Author

Topic: Implementation of Schnorr signatures for JVM (from new BIP) (Read 173 times)

newbie
Activity: 1
Merit: 0
Check out this Project for Schnorr Signature in core java:

https://github.com/miketwk/bip-schnorr-java

#BCH hard fork
member
Activity: 182
Merit: 17
¯\_(ツ)_/¯
Hello everybody

I've just published Schnorr signatures on JVM (Kotlin) sources https://github.com/bloqly/bloqly/blob/master/src/main/kotlin/org/bloqly/machine/util/BloqlySchnorr.kt

It is implemented according to the latest https://github.com/sipa/bips/blob/bip-schnorr/bip-schnorr.mediawiki, all the provided tests are passing

I would be happy if a project based on Java/JVM found it useful, feel free to copy sources etc

PS. Obviously, shilling my project here, but voila

PS.PS. It's experimental, no guaranties here

Jump to: