Closed marsella closed 1 year ago
If this gets done before #40, add a list of types that should be ZStarN
on that issue for easy reference.
Notes for #128. In PiEncProof
:
plaintext_commit
and plaintext_mask_commit
should be Commitment
s. randomness_response
should be MaskedRandomness
.The remaining BigNumber
s are actually just integers and can keep that type.
There are a few code quality items missing in the
PiEncProof
module.PiEncProof
explaining what statements it's proving.