Releases: vulpemventures/go-secp256k1-zkp
Releases · vulpemventures/go-secp256k1-zkp
Hide secp API to avoid collisions
What's Changed
- fix: hide secp api to avoid collissions by @jackstar12 in #17
New Contributors
- @jackstar12 made their first contribution in #17
Full Changelog: v1.1.5...v1.1.6
RangeProofVerify with min,max values
EcPrivKeyTweakMul
v1.1.4 EcPrivKeyTweakMul (#13)
Better debug
Debugging Issue (#12) * include missing h file * c import refactor
include missing h file
v1.1.2 include missing h file (#10)
Add tweakadd, negate and combine
secp256k1 methods tweakadd, negate, combine added (#9) * secp256k1 methods tweakadd, negate, combine added * tests added
Surjectionproof Verify
Refactor for the SurjectionproofVerify method fixing the bug in of the verification binding.
go-secp256k1-zkp (bindings) v1.0.2
Includes fixes for compilation errors raised with versions of golang > 1.5.2.
go-secp256k1-zkp (bindings) v1.0.1
In this version the native C library is included as static dependency rather than using a git submodule
go-secp256k1-zkp (bindings) v1.0.0
This version provides the Go bindings for functions in the following modules of the native Elements secp256k1-zkp library:
secp256k1_ecdh
secp256k1_generator
secp256k1_rangeproof
secp256k1_surjectionproof