p256k 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 p256k = KeyPairType<EcKeyPairData, EcPublicKey>._(
  name: 'p256k',
  ellipticBits: 256,
  webCryptoCurve: 'P-256K',
);