Closed antiochp closed 7 years ago
Ported across and cleaned up secp256k1_pedersen_commit_sum from Grin. This appears to work as expected when used via rust-secp256k1-zkp but somebody more familiar with this code should review this (I am not confident I know what I am doing here...)
secp256k1_pedersen_commit_sum
rust-secp256k1-zkp
Looks good to me, going to merge optimistically. It'd still be great to have a @apoelstra review even after merge, just for good measure.
Ported across and cleaned up
secp256k1_pedersen_commit_sum
from Grin. This appears to work as expected when used viarust-secp256k1-zkp
but somebody more familiar with this code should review this (I am not confident I know what I am doing here...)