squareOutput method
Squares the accumulated output.
Implementation
@override
Bls12NativeFp12 squareOutput(Bls12NativeFp12 acc) {
return acc.square();
}
Squares the accumulated output.
@override
Bls12NativeFp12 squareOutput(Bls12NativeFp12 acc) {
return acc.square();
}