bitcoinj / secp256k1-jdk

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

Kotlin examples: switch to using the FFM (foreign) implementation #45

Closed msgilligan closed 5 months ago

msgilligan commented 5 months ago

Now that Kotlin supports JDK 22 the Kotlin examples should use the implementation that is complete and actually works.

This is a child of PR #44