square method

  1. @override
JubJubNativeFr square()
override

Implementation

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