Bitcoin Forum

Bitcoin => Development & Technical Discussion => Topic started by: Slava79 on July 17, 2018, 01:12:35 PM



Title: Implementation of Schnorr signatures for JVM (from new BIP)
Post by: Slava79 on July 17, 2018, 01:12:35 PM
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



Title: Re: Implementation of Schnorr signatures for JVM (from new BIP)
Post by: miketwk on May 10, 2019, 07:11:31 AM
Check out this Project for Schnorr Signature in core java:

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

#BCH hard fork