Trait snarkvm_wasm::data_structures::PCCommitterKey [−][src]
Defines the minimal interface of committer keys for any polynomial commitment scheme.
Required methods
pub fn max_degree(&self) -> usize[src]
Outputs the maximum degree supported by the universal parameters
Self was derived from.
pub fn supported_degree(&self) -> usize[src]
Outputs the maximum degree supported by the committer key.
Implementors
impl<E> PCCommitterKey for snarkvm_wasm::marlin_pc::CommitterKey<E> where
E: PairingEngine, [src]
E: PairingEngine,
pub fn max_degree(&self) -> usize[src]
pub fn supported_degree(&self) -> usize[src]
impl<E> PCCommitterKey for snarkvm_wasm::sonic_pc::CommitterKey<E> where
E: PairingEngine, [src]
E: PairingEngine,