c

curve25519-kotlin-iosx64

A pure Kotlin/Multiplatform implementation of group operations on Curve25519.
https://github.com/andreypfau/curve25519-kotlin
The Apache Software License, Version 2.0
Andrey Pfau
文件下载
文件名 操作
curve25519-kotlin-iosx64-0.0.8.pom 下载
curve25519-kotlin-iosx64-0.0.8-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.andreypfau</groupId>
  <artifactId>curve25519-kotlin-iosx64</artifactId>
  <version>0.0.8</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.andreypfau:curve25519-kotlin-iosx64:0.0.8'
Gradle Kotlin
implementation("io.github.andreypfau:curve25519-kotlin-iosx64:0.0.8")
Scala SBT
libraryDependencies += "io.github.andreypfau" % "curve25519-kotlin-iosx64" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.andreypfau', module='curve25519-kotlin-iosx64', version='0.0.8')
)
Apache Ivy
<dependency org="io.github.andreypfau" name="curve25519-kotlin-iosx64" rev="0.0.8" />
Leiningen
[io.github.andreypfau/curve25519-kotlin-iosx64 "0.0.8"]
Apache Buildr
'io.github.andreypfau:curve25519-kotlin-iosx64:jar:0.0.8'