diff --git a/README.md b/README.md index 6ab945f..4e5c9b0 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,8 @@ storage or transmitting keys over untrusted communications networks. | Algorithm | Crate | Crates.io | Documentation | MSRV | |-----------|--------|:-------------:|:-------------:|:----:| -| [AES-KW] and [AES-KWP] | [`aes‑kw`] | [![crates.io](https://img.shields.io/crates/v/aes-kw.svg)](https://crates.io/crates/aes-kw) | [![Documentation](https://docs.rs/aes-kw/badge.svg)](https://docs.rs/aes-kw) | ![MSRV 1.56][msrv-1.56] | +| [AES-KW] and [AES-KWP] | [`aes‑kw`] | [![crates.io](https://img.shields.io/crates/v/aes-kw.svg)](https://crates.io/crates/aes-kw) | [![Documentation](https://docs.rs/aes-kw/badge.svg)](https://docs.rs/aes-kw) | ![MSRV 1.81][msrv-1.81] | +| [`belt-kwp`][belt-kwp-spec] | [`belt-kwp`][belt-kwp-crate] | [![crates.io](https://img.shields.io/crates/v/belt-kwp.svg)](https://crates.io/crates/belt-kwp) | [![Documentation](https://docs.rs/belt-kwp/badge.svg)](https://docs.rs/belt-kwp) | ![MSRV 1.81][msrv-1.81] | *NOTE: for modern proven KWs (e.g. AES-SIV, AES-GCM-SIV), please see [RustCrypto/AEADs]* @@ -43,15 +44,17 @@ Unless you explicitly state otherwise, any contribution intentionally submitted [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg [deps-image]: https://deps.rs/repo/github/RustCrypto/key-wraps/status.svg [deps-link]: https://deps.rs/repo/github/RustCrypto/key-wraps -[msrv-1.56]: https://img.shields.io/badge/rustc-1.56.0+-blue.svg +[msrv-1.81]: https://img.shields.io/badge/rustc-1.81.0+-blue.svg [//]: # (crates) [`aes‑kw`]: ./aes-kw +[belt-kwp-crate]: ./belt-kwp [//]: # (algorithms) [KW]: https://en.wikipedia.org/wiki/Key_Wrap [AES-KW]: https://datatracker.ietf.org/doc/html/rfc3394 [AES-KWP]: https://datatracker.ietf.org/doc/html/rfc5649 +[belt-kwp-spec]: https://apmi.bsu.by/assets/files/std/belt-spec371.pdf [RustCrypto/AEADs]: https://github.com/RustCrypto/AEADs diff --git a/aes-kw/README.md b/aes-kw/README.md index a7cb147..5b98ea4 100644 --- a/aes-kw/README.md +++ b/aes-kw/README.md @@ -104,7 +104,7 @@ Implemented for 128/192/256bit keys. ## Minimum Supported Rust Version -This crate requires **Rust 1.56** at a minimum. +This crate requires **Rust 1.81** at a minimum. We may change the MSRV in the future, but it will be accompanied by a minor version bump. @@ -131,7 +131,7 @@ dual licensed as above, without any additional terms or conditions. [docs-image]: https://docs.rs/aes-kw/badge.svg [docs-link]: https://docs.rs/aes-kw/ [license-image]: https://img.shields.io/badge/license-Apache2.0/MIT-blue.svg -[rustc-image]: https://img.shields.io/badge/rustc-1.56+-blue.svg +[rustc-image]: https://img.shields.io/badge/rustc-1.81+-blue.svg [build-image]: https://github.com/RustCrypto/key-wraps/actions/workflows/aes-kw.yml/badge.svg [build-link]: https://github.com/RustCrypto/key-wraps/actions/workflows/aes-kw.yml