Skip to main content

PrecompileTranscriptState

Type Alias PrecompileTranscriptState 

Source
pub type PrecompileTranscriptState = Word;
Expand description

Type alias representing the precompile transcript state (sponge capacity word).

This is simply a Word used to track the evolving state of the precompile transcript sponge.

Aliased Type§

#[repr(C)]
pub struct PrecompileTranscriptState { pub a: Felt, pub b: Felt, pub c: Felt, pub d: Felt, }

Fields§

§a: Felt

The underlying elements of this word.

§b: Felt§c: Felt§d: Felt