Expand description
This module implements three different types of transcripts that are supported.
Structs§
- Rescue
Transcript - Transcript with rescue hash function.
- Solidity
Transcript - Transcript with
keccak256
hash function. - Standard
Transcript - A wrapper of
merlin::Transcript
.
Traits§
- Plonk
Transcript - Defines transcript APIs.