x25519 constant

Key pair type for X25519.

Implementation

static const KeyPairType x25519 =
    KeyPairType<SimpleKeyPairData, SimplePublicKey>._(
  name: 'x25519',
  ellipticBits: 256,
  privateKeyLength: 32,
  publicKeyLength: 32,
);