bitcoinj / secp256k1-jdk

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

Kotlin examples: Use Bouncy256k1 #19

Closed msgilligan closed 7 months ago

msgilligan commented 7 months ago

This is because Kotlin does not yet support JDK 22, so we'll have to limit the Kotlin examples to the (incomplete) Bouncy implementation for now...

This is a child of PR #18, but is ready to merge once PR #18 is merged. Update: Rebased