Trait ark_poly_commit::data_structures::PCCommitterKey [−][src]
Defines the minimal interface of committer keys for any polynomial commitment scheme.
Required methods
fn max_degree(&self) -> usize[src]
Outputs the maximum degree supported by the universal parameters
Self was derived from.
fn supported_degree(&self) -> usize[src]
Outputs the maximum degree supported by the committer key.
Implementors
impl<E, P> PCCommitterKey for ark_poly_commit::marlin::marlin_pst13_pc::CommitterKey<E, P> where
E: PairingEngine,
P: MVPolynomial<E::Fr>,
P::Point: Index<usize, Output = E::Fr>, [src]
E: PairingEngine,
P: MVPolynomial<E::Fr>,
P::Point: Index<usize, Output = E::Fr>,