pub type PrecompileTranscriptState = Word;Expand description
The current state of a PrecompileTranscript.
The transcript is a linear hash tree: this state is the rolling digest of all per-call
statements absorbed so far. After every record call the state is itself a complete digest —
no separate finalization step is required.
Aliased Type§
#[repr(C)]pub struct PrecompileTranscriptState {
pub a: Felt,
pub b: Felt,
pub c: Felt,
pub d: Felt,
}Fields§
§a: FeltThe underlying elements of this word.
b: Felt§c: Felt§d: Felt