squareOutput method

  1. @override
Bls12NativeFp12 squareOutput(
  1. Bls12NativeFp12 acc
)
override

Squares the accumulated output.

Implementation

@override
Bls12NativeFp12 squareOutput(Bls12NativeFp12 acc) {
  return acc.square();
}