pub fn bls12_381_mul_projective_g2(
base: <PassFatPointerAndRead<Vec<u8>> as RIType>::Inner,
scalar: <PassFatPointerAndRead<Vec<u8>> as RIType>::Inner,
) -> <AllocateAndReturnByCodec<Result<Vec<u8>, ()>> as RIType>::InnerExpand description
Projective multiplication on G2 for BLS12-381
- Receives encoded:
base:ArkScaleProjective<G2Projective>.scalar:ArkScale<Vec<u64>>.
- Returns encoded:
ArkScaleProjective<G2Projective>.