pub fn bls12_381_mul_projective_g1(
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 G1 for BLS12-381.
- Receives encoded:
base:ArkScaleProjective<G1Projective>.scalar:ArkScale<Vec<u64>>.
- Returns encoded:
ArkScaleProjective<G1Projective>.