Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 365 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 365 Bytes

curve25519-kotlin

A pure Kotlin implementation of group operations on Curve25519.

Gradle:

repositories {
    maven("https://jitpack.io")
}

dependencies {
    implementation("com.github.andreypfau:curve25519-kotlin:VERSION")
}