schnorr jni binding that will allow jvm support
Details
Details
- Reviewers
deadalnix jasonbcox - Group Reviewers
Restricted Owners Package (Owns No Changed Paths) Restricted Project - Commits
- rSTAGING6a1c4b55f411: [secp256k1] add schnorr verify jni binding
rABC6a1c4b55f411: [secp256k1] add schnorr verify jni binding
use the test vector data from
https://github.com/sipa/bips/blob/bip-schnorr/bip-schnorr/test-vectors.csv
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- sverify1
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 5325 Build 8712: Bitcoin ABC Buildbot (legacy) Build 8711: arc lint + arc unit
Event Timeline
src/secp256k1/src/java/org/bitcoin/NativeSecp256k1Test.java | ||
---|---|---|
185 ↗ | (On Diff #7847) | It would be less error prone and easier to read if these tests were formatted with an array of input strings and array of expected outputs. Then just loop over the arrays with a single assertEquals() call on each set. |
src/secp256k1/src/java/org/bitcoin/Secp256k1Context.java | ||
34 ↗ | (On Diff #7847) | Is this related to this diff? |