bitcoinj / secp256k1-jdk

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

Bouncy Castle Schnorr Implementation #21

Open msgilligan opened 4 months ago

msgilligan commented 4 months ago

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

msgilligan commented 3 months ago

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