Function hacspec_halo2::msm

source ·
pub(crate) fn msm(a: Polyx, g: Seq<G1_pallas>) -> G1_pallas
Expand description

Multiscalar multiplicatoin, auxiliary function for Pedersen vector commitment

Arguments

  • a - sequence of scalars (LHS)
  • g - sequence of group (curve) elements (RHS)