mimblewimble / secp256k1-zkp

Fork of secp256k1-zkp for the Grin/MimbleWimble project
MIT License
32 stars 42 forks source link

Remove Java Native Interface (#4) #56

Open suemto opened 3 years ago

suemto commented 3 years ago

Pick from https://github.com/mwcproject/secp256k1-zkp/pull/4

There are 2 building failure cases in CI for BUILD=check-java which is caused by Java version: https://travis-ci.org/github/mimblewimble/secp256k1-zkp/builds/666720542

It's better to remove these Java interface, same as this upstream (root) commit by jonasnick on Jan. 08, 2020.

Fix for Travis-CI Tests. (There are two more tests failure, but which will be fixed in another PR.)