jafalter / bulletproof-js

13 stars 1 forks source link

Compatability with libsecp #2

Open jafalter opened 4 years ago

jafalter commented 4 years ago

A hex serialized version of the proofs created by this library should be accepted and verified by libsecp256k1 In the same way, our library should accept and verify serialized hex produced by libsecp256k1

jafalter commented 4 years ago

From src/modules/bulletproofs/inner_product_impl.h image image Further relevant is secp256k1_bulletproof_inner_product_prove_impl in src/modules/bulletproofs/inner_product_impl.h