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

Nothing to do to prepare this commitment (for now).

Trait Implementations§

source§

impl<G: AffineRepr> PCPreparedCommitment<Commitment<G>> for PreparedCommitment<G>

source§

fn prepare(vk: &Commitment<G>) -> Self

prepare PreparedCommitment from Commitment