getP224 function

Curve getP224()

getP224 returns a EllipticCurve which implements P-224 (see FIPS 186-3, section D.2.2).

The cryptographic operations are implemented using constant-time algorithms.

Implementation

Curve getP224() {
  return _p224;
}