pub type PreparedCommitment<E> = PreparedCommitment<E>;
Expand description

PreparedCommitment is the prepared commitment for the KZG10 scheme.

Trait Implementations§

source§

impl<E: Pairing> PCPreparedCommitment<Commitment<E>> for PreparedCommitment<E>

source§

fn prepare(comm: &Commitment<E>) -> Self

prepare PreparedCommitment from Commitment