c

curve25519-kotlin-watchosarm32

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
Files download
File Operation
curve25519-kotlin-watchosarm32-0.0.8.pom download
curve25519-kotlin-watchosarm32-0.0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.andreypfau</groupId>
  <artifactId>curve25519-kotlin-watchosarm32</artifactId>
  <version>0.0.8</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'io.github.andreypfau:curve25519-kotlin-watchosarm32:0.0.8'
Gradle Kotlin
implementation("io.github.andreypfau:curve25519-kotlin-watchosarm32:0.0.8")
Scala SBT
libraryDependencies += "io.github.andreypfau" % "curve25519-kotlin-watchosarm32" % "0.0.8"
Groovy Grape
@Grapes(
  @Grab(group='io.github.andreypfau', module='curve25519-kotlin-watchosarm32', version='0.0.8')
)
Apache Ivy
<dependency org="io.github.andreypfau" name="curve25519-kotlin-watchosarm32" rev="0.0.8" />
Leiningen
[io.github.andreypfau/curve25519-kotlin-watchosarm32 "0.0.8"]
Apache Buildr
'io.github.andreypfau:curve25519-kotlin-watchosarm32:jar:0.0.8'