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-3.0.1.jar download
math-3.0.1.pom download
math-3.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.cryptimeleon</groupId>
  <artifactId>math</artifactId>
  <version>3.0.1</version>
</dependency>
Gradle Groovy
implementation 'org.cryptimeleon:math:3.0.1'
Gradle Kotlin
implementation("org.cryptimeleon:math:3.0.1")
Scala SBT
libraryDependencies += "org.cryptimeleon" % "math" % "3.0.1"
Groovy Grape
@Grapes(
  @Grab(group='org.cryptimeleon', module='math', version='3.0.1')
)
Apache Ivy
<dependency org="org.cryptimeleon" name="math" rev="3.0.1" />
Leiningen
[org.cryptimeleon/math "3.0.1"]
Apache Buildr
'org.cryptimeleon:math:jar:3.0.1'