Expand description

mceliece8192128f

These bindings use the vec version from PQClean

Example

use pqcrypto_classicmceliece::mceliece8192128f::*;
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 mceliece8192128f ciphertext

Encapsulate to a mceliece8192128f public key

Generate a mceliece8192128f 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