getSecp256r1 function

Curve getSecp256r1()

getSecp256r1 is same to getP256

Implementation

Curve getSecp256r1() {
  return _p256;
}