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
From src/modules/bulletproofs/inner_product_impl.h
Further relevant is secp256k1_bulletproof_inner_product_prove_impl in src/modules/bulletproofs/inner_product_impl.h
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