Expand description
Key Encapsulation Mechanisms (KEM) and Key Exchange
This crate implements various key encapsulation mechanisms and key exchange protocols, both traditional and post-quantum.
Re-exports§
pub use ecdh::EcdhP192;pub use ecdh::EcdhP224;pub use ecdh::EcdhP256;pub use ecdh::EcdhP384;pub use ecdh::EcdhP521;pub use kyber::Kyber1024;pub use kyber::Kyber512;pub use kyber::Kyber768;