Skip to content

A pure Kotlin/Multiplatform implementation of group operations on Curve25519.

License

Notifications You must be signed in to change notification settings

andreypfau/curve25519-kotlin

Repository files navigation

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")
}