Module transcript

Source
Expand description

This module implements three different types of transcripts that are supported.

Structs§

RescueTranscript
Transcript with rescue hash function.
SolidityTranscript
Transcript with keccak256 hash function.
StandardTranscript
A wrapper of merlin::Transcript.

Traits§

PlonkTranscript
Defines transcript APIs.