signalapp / curve25519-java

Pure Java and JNI backed Curve25519 implementation.
GNU General Public License v3.0
232 stars 93 forks source link

VRF support #36

Closed k-s-t-i closed 4 years ago

k-s-t-i commented 4 years ago

Added XVEdDSA VRF support, upgraded gradle build. Passes all tests and rewritten scalarmult function as compared to the jni c implementation.