Skip to content

RustCrypto/key-wraps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RustCrypto: Key Wrapping Functions

dependency status Apache2/MIT licensed

Collection of symmetric Key Wrapping Functions (KW) written in pure Rust.

About

"Key Wrapping" describes symmetric encryption algorithms designed for encrypting cryptographic key material under another symmetric key, known as a "Key-Encrypting-Key" (KEK).

They're intended for applications such as protecting keys while in untrusted storage or transmitting keys over untrusted communications networks.

Supported Algorithms

Algorithm Crate Crates.io Documentation MSRV
AES-KW and AES-KWP aes‑kw crates.io Documentation MSRV 1.56

NOTE: for modern proven KWs (e.g. AES-SIV, AES-GCM-SIV), please see RustCrypto/AEADs

Minimum Supported Rust Version (MSRV) Policy

MSRV bumps are considered breaking changes and will be performed only with minor version bump.

License

All crates 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.