vulpemventures / go-secp256k1-zkp

Go bindings for the Elements' secp256k1-zkp C library.
MIT License
1 stars 5 forks source link

Surjectionproof bindings #3

Closed altafan closed 4 years ago

altafan commented 4 years ago

This adds the CGO bindings for the follwoing native C methods of the secp256k1_surjectionproof module:

This also updates the roadmap section in the README.

This closes #56.