bitcoinj / secp256k1-jdk

Java library providing Bitcoin-related Elliptic Curve Cryptography
Apache License 2.0
9 stars 3 forks source link

Bouncy Castle Schnorr Implementation #21

Open msgilligan opened 8 months ago

msgilligan commented 8 months ago

The initial goal for the Bouncy Castle ECDSA Implementation should be for the Schnorr.{java,kt} examples to work properly.

msgilligan commented 7 months ago

This is now a subtask of https://github.com/bitcoinj/bitcoinj/issues/3389