p384 constant

Key pair type for Ecdh and Ecdsa with P-384 curve.

Keys of this type can be generated with EcKeyPairGenerator.

Implementation

static const KeyPairType p384 = KeyPairType<EcKeyPairData, EcPublicKey>._(
  name: 'p384',
  ellipticBits: 384,
  webCryptoCurve: 'P-384',
);