Skip to content

Commit fa66779

Browse files
authored
Remove gost-modes from the algorithms table (#115)
Additionally removes the MSRV policy section.
1 parent 2fce505 commit fa66779

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ less error-prone than manual integrity verification.
1717

1818
**USE AT YOUR OWN RISK!**
1919

20-
## Supported algorithms
20+
## Supported Algorithms
2121

2222
| Name | Crate name | crates.io | Docs | MSRV |
2323
|------|------------|:---------:|:------:|:----:|
@@ -27,15 +27,10 @@ less error-prone than manual integrity verification.
2727
| [Full-block Cipher Feedback][CFB] | [`cfb-mode`] | [![crates.io](https://img.shields.io/crates/v/cfb-mode.svg)](https://crates.io/crates/cfb-mode) | [![Documentation](https://docs.rs/cfb-mode/badge.svg)](https://docs.rs/cfb-mode) | ![MSRV 1.85][msrv-1.85] |
2828
| [Counter][CTR] | [`ctr`] | [![crates.io](https://img.shields.io/crates/v/ctr.svg)](https://crates.io/crates/ctr) | [![Documentation](https://docs.rs/ctr/badge.svg)](https://docs.rs/ctr) | ![MSRV 1.85][msrv-1.85] |
2929
| [Ciphertext stealing][CTS] | [`cts`] | [![crates.io](https://img.shields.io/crates/v/cts.svg)](https://crates.io/crates/cts) | [![Documentation](https://docs.rs/cts/badge.svg)](https://docs.rs/cts) | ![MSRV 1.85][msrv-1.85] |
30-
| [GOST R 34.13-2015] | [`gost-modes`] | [![crates.io](https://img.shields.io/crates/v/gost-modes.svg)](https://crates.io/crates/gost-modes) | [![Documentation](https://docs.rs/gost-modes/badge.svg)](https://docs.rs/gost-modes) | ![MSRV 1.85][msrv-1.85] |
3130
| [Infinite Garble Extension][IGE] | [`ige`] | [![crates.io](https://img.shields.io/crates/v/ige.svg)](https://crates.io/crates/ige) | [![Documentation](https://docs.rs/ige/badge.svg)](https://docs.rs/ige) | ![MSRV 1.85][msrv-1.85] |
3231
| [Output Feedback][OFB] | [`ofb`] | [![crates.io](https://img.shields.io/crates/v/ofb.svg)](https://crates.io/crates/ofb) | [![Documentation](https://docs.rs/ofb/badge.svg)](https://docs.rs/ofb) | ![MSRV 1.85][msrv-1.85] |
3332
| [Propagating Cipher Block Chaining][PCBC] | [`pcbc`] | [![crates.io](https://img.shields.io/crates/v/pcbc.svg)](https://crates.io/crates/pcbc) | [![Documentation](https://docs.rs/pcbc/badge.svg)](https://docs.rs/pcbc) | ![MSRV 1.85][msrv-1.85] |
3433

35-
### Minimum Supported Rust Version (MSRV) Policy
36-
37-
MSRV bumps are considered breaking changes and will be performed only with minor version bump.
38-
3934
## License
4035

4136
All crates licensed under either of

0 commit comments

Comments
 (0)