Trait ark_poly_commit::data_structures::PCVerifierKey [−][src]
Defines the minimal interface of verifier 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 verifier key.