Skip to content

Commit

Permalink
[XTS] Update global README
Browse files Browse the repository at this point in the history
  • Loading branch information
zer0x64 committed Nov 24, 2024
1 parent fbe2c71 commit 82065ac
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ less error-prone than manual integrity verification.
| [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.81][msrv-1.81] |
| [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.81][msrv-1.81] |
| [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.81][msrv-1.81] |
| [Xor-Encrypt-Xor Tweaked-codebook with ciphertext Stealing][XTS] | [`xts`] | [![crates.io](https://img.shields.io/crates/v/xts.svg)](https://crates.io/crates/xts) | [![Documentation](https://docs.rs/xts/badge.svg)](https://docs.rs/xts) | ![MSRV 1.81][msrv-1.81] |

### Minimum Supported Rust Version (MSRV) Policy

Expand Down Expand Up @@ -73,6 +74,7 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
[`ige`]: ./ige
[`ofb`]: ./ofb
[`pcbc`]: ./pcbc
[`xts`]: ./xts

[//]: # (links)

Expand All @@ -87,3 +89,4 @@ Unless you explicitly state otherwise, any contribution intentionally submitted
[IGE]: https://www.links.org/files/openssl-ige.pdf
[OFB]: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Output_feedback_(OFB)
[PCBC]: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Propagating_cipher_block_chaining_(PCBC)
[XTS]: https://en.wikipedia.org/wiki/Disk_encryption_theory#XTS

0 comments on commit 82065ac

Please sign in to comment.