double method

  1. @override
Bls12NativeFp2 double()
override

Implementation

@override
Bls12NativeFp2 double() {
  return this + this;
}