Module pqcrypto_frodo::frodokem640aes[][src]

Expand description

frodokem640aes

These bindings use the opt version from PQClean

Example

use pqcrypto_frodo::frodokem640aes::*;
let (pk, sk) = keypair();
let (ss1, ct) = encapsulate(&pk);
let ss2 = decapsulate(&ct, &sk);
assert!(ss1 == ss2);

Structs

Functions

Get the number of bytes for the encapsulated ciphertext

Decapsulate the received frodokem640aes ciphertext

Encapsulate to a frodokem640aes public key

Generate a frodokem640aes keypair

Get the number of bytes for a public key

Get the number of bytes for a secret key

Get the number of bytes for the shared secret