Type Alias HyraxCommitterKey

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

The committer key, which coincides with the universal parameters

Aliased Type§

struct HyraxCommitterKey<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> PCCommitterKey for HyraxCommitterKey<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 committer key.