square method

  1. @override
Bls12NativeFp square()
override

Implementation

@override
Bls12NativeFp square() {
  return Bls12NativeFp(v * v);
}