getS256 function

Curve getS256()

getS256 returns a EllipticCurve which implements S-256, aka secp256k1

The cryptographic operations are implemented using constant-time algorithms.

Implementation

Curve getS256() {
  return _s256;
}