p521 constant

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

Keys of this type can be generated with EcKeyPairGenerator.

Implementation

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