pub fn bls12_377_final_exponentiation(
f: <PassFatPointerAndRead<Vec<u8>> as RIType>::Inner,
) -> <AllocateAndReturnByCodec<Result<Vec<u8>, ()>> as RIType>::Inner
Expand description
Pairing final exponentiation for BLS12-377.
- Receives encoded:
ArkScale<Bls12_377::TargetField>
. - Returns encoded:
ArkScale<Bls12_377::TargetField>
.