Expand description
CBOR serializable X25519 types.
Structs§
- Private
Key - A CBOR serializable Diffie-Hellman X25519 private key.
- Public
Key - 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.