Closed antiochp closed 7 years ago
Actually looks like the code relies on gen
as input param in these functions -
And from the comments in include/secp256k1_rangeproof.h -
gen: additional generator 'h'
This (I believe) is fixed - we pass in a gen
via grin code now.
The following is called in the various range proof functions -
We're not passing in
gen
from Grin (via rust-secp256k1-zkp) and it is not clear to me what we need to be doing here.