Module x25519

Source
Expand description

CBOR serializable X25519 types.

Structs§

PrivateKey
A CBOR serializable Diffie-Hellman X25519 private key.
PublicKey
A CBOR serializable Diffie-Hellman X25519 public key.

Constants§

PRIVATE_KEY_LENGTH
The length of an X25519 private key, in bytes.
PUBLIC_KEY_LENGTH
The length of an X25519 public key, in bytes.