getS224 function

Curve getS224()

getS224 returns a EllipticCurve which implements S-224, aka secp224k1

The cryptographic operations are implemented using constant-time algorithms.

Implementation

Curve getS224() {
  return _s224;
}