bitcoinj / secp256k1-jdk

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

Upgrade to use classes built with Build 22-jextract+3-13 (2024/2/21) #9

Closed msgilligan closed 7 months ago

msgilligan commented 7 months ago

This is the most recent build of jextract and is built with JDK 22. It is currently available here: https://jdk.java.net/jextract/

It looks like the changes to the generated code are significant (see https://cr.openjdk.org/~mcimadamore/panama/jextract_changes.html) so we should upgrade as soon as possible.

msgilligan commented 7 months ago

Implemented by PR #14.