]> Git Repo - secp256k1.git/commit
jni: Use only Guava for hex encoding and decoding
authorTim Ruffing <[email protected]>
Mon, 5 Aug 2019 15:02:29 +0000 (17:02 +0200)
committerTim Ruffing <[email protected]>
Mon, 5 Aug 2019 15:09:54 +0000 (17:09 +0200)
commit2abcf951af6a9e8aff7398eb9588a50339b720c7
treef02059eb4977dd8a7dea01e424df1401e5008b39
parentfa3301713549d118e57ebe6551d062903ddd6b63
jni: Use only Guava for hex encoding and decoding

This removes a dependency on javax.xml.bind, which is no longer
available in JDK >= 11, see
https://openjdk.java.net/jeps/320#Java-EE-modules .
src/java/org/bitcoin/NativeSecp256k1Test.java
This page took 0.021395 seconds and 4 git commands to generate.