getSecp256k1 function

Curve getSecp256k1()

getSecp256k1 is same to getS256

Implementation

Curve getSecp256k1() {
  return _s256;
}