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