The encrypted message to decrypt
The cipher text containing the encapsulated shared secret
The decrypted message
Encrypt data using ml_kem + aes
The message to encrypt
The encrypted message
Sign data using falcon
The message to sign
Optionalkeypair: { The signature of the message
Sign data using ml_dsa
The message to sign
Optionalkeypair: { The signature of the message
StatichashStaticverify_Verifies a signature using falcon
The signature to verify
The message to verify the signature against
The public key to verify the signature against
True if the signature is valid, false otherwise
Staticverify_Verifies a signature using ml-dsa
The signature to verify
The message to verify the signature against
The public key to verify the signature against
True if the signature is valid, false otherwise
Decrypt data using ml_kem + aes