Type Alias HyraxVerifierKey

Source
pub type HyraxVerifierKey<G> = HyraxCommitterKey<G>;
Expand description

The verifier key, which coincides with the committer key

Aliased Type§

struct HyraxVerifierKey<G> {
    pub com_key: Vec<G>,
    pub h: G,
}

Fields§

§com_key: Vec<G>

A list of generators of the group.

§h: G

A generator of the group.

Trait Implementations§

Source§

impl<G: AffineRepr> PCVerifierKey for HyraxVerifierKey<G>

Source§

fn max_degree(&self) -> usize

Outputs the maximum degree supported by the universal parameters Self was derived from.
Source§

fn supported_degree(&self) -> usize

Outputs the maximum degree supported by the verifier key.