getSecp521r1 function

Curve getSecp521r1()

getSecp521r1 is same to getP521

Implementation

Curve getSecp521r1() {
  return _p521;
}