p256 constant

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

Keys of this type can be generated with EcKeyPairGenerator.

Implementation

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