Module ec_transcript

Module ec_transcript 

Source

Structs§

ECTranscript
A transcript that operates over the base field of a prime-order curve, while also allowing for the absorption and sampling of scalar field elements (and of course, EC points).

Traits§

ECTranscriptSponge
ECTranscriptTrait
The purposes of this trait is simply to hide (i.e. abstract away) the generic for the sponge type from the prover and verifier code.