kem 0.3.0

Traits for Key Encapsulation Mechanisms (KEMs): public-key cryptosystems designed to enable a sender (a.k.a. encapsulator) to generate and encrypt a short secret key and transmit it to a receiver (a.k.a. decapsulator) confidentially
Documentation

RustCrypto: Key Encapsulation Mechanisms (KEMs)

crate Docs Build Status Apache2/MIT licensed Rust Version Project Chat

About

This crate provides a common set of traits for key encapsulation mechanisms—algorithms for non-interactively establishing secrets between peers.

This is intended to be implemented by libraries which produce or contain implementations of key encapsulation mechanisms, and used by libraries which want to produce or consume encapsulated secrets while generically supporting any compatible backend.

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.