square method

  1. @override
PallasNativeFp square()
override

Squares the element.

Implementation

@override
PallasNativeFp square() {
  return this * this;
}