Skip to content

Releases: vulpemventures/go-secp256k1-zkp

Hide secp API to avoid collisions

11 Oct 11:43
c2f47f4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.5...v1.1.6

RangeProofVerify with min,max values

29 Nov 10:53
75d3e36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

EcPrivKeyTweakMul

15 Nov 13:34
0d6a731
Compare
Choose a tag to compare
v1.1.4

EcPrivKeyTweakMul (#13)

Better debug

06 Sep 07:50
1b1151b
Compare
Choose a tag to compare
Debugging Issue (#12)

* include missing h file

* c import refactor

include missing h file

06 May 10:29
8750361
Compare
Choose a tag to compare
v1.1.2

include missing h file (#10)

Add tweakadd, negate and combine

06 May 10:15
d9d676d
Compare
Choose a tag to compare
secp256k1 methods tweakadd, negate, combine added (#9)

* secp256k1 methods tweakadd, negate, combine added

* tests added

Surjectionproof Verify

24 Nov 16:51
0d0930e
Compare
Choose a tag to compare

Refactor for the SurjectionproofVerify method fixing the bug in of the verification binding.

go-secp256k1-zkp (bindings) v1.0.2

13 Nov 13:55
ef79ed8
Compare
Choose a tag to compare

Includes fixes for compilation errors raised with versions of golang > 1.5.2.

go-secp256k1-zkp (bindings) v1.0.1

29 May 16:05
7612cdc
Compare
Choose a tag to compare

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

29 May 10:43
Compare
Choose a tag to compare

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