getP128 function

Curve getP128()

getP128 returns a EllipticCurve which implements P-128 (see SEC2-Ver-1.0, section 2.3.1).

The cryptographic operations are implemented using constant-time algorithms.

Implementation

Curve getP128() {
  return _p128;
}