Crate ruption_quantum_encrypt

Crate ruption_quantum_encrypt 

Source

Structs§

Ciphertext
Ciphertext produced during key encapsulation.
PublicKey
Public key for the quantum-secure encryption scheme.
SecretKey
Secret key for the quantum-secure encryption scheme.
SharedSecret
Shared secret derived during encapsulation.
TrueRandom
A generator for high-quality randomness approximating true entropy.

Functions§

decapsulate
Decapsulates the ciphertext to retrieve the shared secret.
derive_keys
Derives multiple keys from a shared secret.
encapsulate
Encapsulates a shared secret using the public key.
keypair
Generates a keypair for quantum-secure encryption.