pub fn bw6_761_msm_g1(
bases: <PassFatPointerAndRead<Vec<u8>> as RIType>::Inner,
scalars: <PassFatPointerAndRead<Vec<u8>> as RIType>::Inner,
) -> <AllocateAndReturnByCodec<Result<Vec<u8>, ()>> as RIType>::InnerExpand description
Multi scalar multiplication on G1 for BW6-761.
- Receives encoded:
bases:ArkScale<Vec<G1Affine>>.scalars:ArkScale<G1Config::ScalarField>.
- Returns encoded:
ArkScaleProjective<G1Projective>.