m

math

The Math library provides the mathematical foundation for the other Cryptimeleon libraries. It provides basics such as mathematical groups, rings and fields, e.g. Z_n , as well as implementations of cryptographic pairings.
https://cryptimeleon.org
The Apache License, Version 2.0
Jan Bobolz Fabian Eidens Raphael Heitjohann
Files download
File Operation
math-2.0.0.jar download
math-2.0.0.pom download
math-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cryptimeleon</groupId>
  <artifactId>math</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.cryptimeleon:math:2.0.0'
Gradle Kotlin
implementation("org.cryptimeleon:math:2.0.0")
Scala SBT
libraryDependencies += "org.cryptimeleon" % "math" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.cryptimeleon', module='math', version='2.0.0')
)
Apache Ivy
<dependency org="org.cryptimeleon" name="math" rev="2.0.0" />
Leiningen
[org.cryptimeleon/math "2.0.0"]
Apache Buildr
'org.cryptimeleon:math:jar:2.0.0'