Trait halo2_proofs::poly::commitment::ParamsVerifier
source · pub trait ParamsVerifier<'params, C>: Params<C>where
C: CurveAffine,{
type MSM: MSM<C> + 'params;
const COMMIT_INSTANCE: bool;
// Required method
fn empty_msm(&'params self) -> Self::MSM;
}
Expand description
Verifier specific functionality with circuit constraints
Required Associated Types§
Required Associated Constants§
sourceconst COMMIT_INSTANCE: bool
const COMMIT_INSTANCE: bool
Can commit to instance or not.
Required Methods§
Object Safety§
This trait is not object safe.