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