Skip to main content

RingProverKey

Type Alias RingProverKey 

Source
pub type RingProverKey<S> = ProverKey<BaseField<S>, Kzg<S>, Affine<CurveConfig<S>>>;
Expand description

Ring prover key.

Aliased Typeยง

pub struct RingProverKey<S> { /* private fields */ }