getSecp128r1 function

Curve getSecp128r1()

getSecp128r1 is same to getP128

Implementation

Curve getSecp128r1() {
  return _p128;
}