getSecp384r1 function

Curve getSecp384r1()

getSecp384r1 is same to getP384

Implementation

Curve getSecp384r1() {
  return _p384;
}