Type Definition snarkvm_polycommit::sonic_pc::PreparedCommitment [−][src]
type PreparedCommitment<E> = PreparedCommitment<E>;
Expand description
PreparedCommitment is the prepared commitment for the KZG10 scheme.
Trait Implementations
impl<E: PairingEngine> PCPreparedCommitment<Commitment<E>> for PreparedCommitment<E>[src]
impl<E: PairingEngine> PCPreparedCommitment<Commitment<E>> for PreparedCommitment<E>[src]fn prepare(comm: &Commitment<E>) -> Self[src]
fn prepare(comm: &Commitment<E>) -> Self[src]prepare PreparedCommitment from Commitment