Skip to main content

InnerSC

Type Alias InnerSC 

Source
pub type InnerSC<A> = SP1SC<SP1GlobalContext, A>;
Expand description

A type alias for the shard contexts used in all stages of SP1 proving except wrap. Generic only in the AIR (allowing this SC to be used for the Risc-V and the recursion AIRs).

Aliased Typeยง

pub struct InnerSC<A> { /* private fields */ }