# Functions
DecodeField decodes a x448 session key encryption as ephemeral x448 public key | follow byte length | cipherFunction (v3 only) | encryptedSessionKey.
Decrypt decrypts a session key stored in ciphertext with the provided x448 private key and ephemeral public key.
EncodeFieldsLength returns the length of the ciphertext encoding given the encrypted session key.
EncodeField encodes x448 session key encryption fields as ephemeral x448 public key | follow byte length | cipherFunction (v3 only) | encryptedSessionKey and writes it to writer.
Encrypt encrypts a sessionKey with x448 according to the OpenPGP crypto refresh specification section 5.1.7.
GenerateKey generates a new x448 key pair.
NewPrivateKey creates a new empty private key including the public key.
Validate validates that the provided public key matches the private key.
# Constants
The size of a public or private key in bytes.