getSecp224r1 function

Curve getSecp224r1()

getSecp224r1 is same to getP224

Implementation

Curve getSecp224r1() {
  return _p224;
}