You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The provided proof-of-concept implementation uses the https://github.com/bitcoin-core/secp256k1[bitcoin-core/secp256k1] C-language library via https://openjdk.org/jeps/454[JEP-454: Foreign Function & Memory API] (known as **Panama**.) It is provided in a separate JAR (```secp-ffm-_version_.jar```) that requires JDK 24 or later.
31
+
The provided implementation uses the https://github.com/bitcoin-core/secp256k1[bitcoin-core/secp256k1] C-language library via https://openjdk.org/jeps/454[JEP-454: Foreign Function & Memory API] (known as **Panama**.) It is provided in a separate JAR (```secp-ffm-_version_.jar```) that requires JDK 25 or later.
32
32
33
33
Panama was released as part of https://openjdk.org/projects/jdk/22/[OpenJDK 22]. We anticipate `secp-ffm` will be
34
34
the recommended/preferred `secp-api` implementation for use in projects using modern JVMs.
35
35
36
-
The minimum required JDK for the `secp-ffm` module will be increased to JDK 25 (the first LTS release with FFM included) before the 1.0 release of `secp256k1-jdk`.
36
+
The minimum required JDK for the `secp-ffm` module is JDK 25 (the first LTS release with FFM included.)
37
37
38
38
WARNING:: This is a preliminary implementation provided for experimentation and feedback and should not be used in real applications.
0 commit comments