pub type SP1SC<GC, A> = ShardContextImpl<GC, SP1Pcs<GC>, A>;Expand description
A type alias assuming SP1Pcs (stacked Basefold) as the PCS verifier, generic in the IopCtx
and the AIR.
Aliased Typeยง
pub struct SP1SC<GC, A> { /* private fields */ }