File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99//!
1010//! This crate does not ensure ciphertexts are authentic! Thus ciphertext integrity
1111//! is not verified, which can lead to serious vulnerabilities!
12- //! [AEADs][https://github.com/ RustCrypto/AEADs] provide simple authenticated encryption,
12+ //! [RustCrypto/AEADs] provide simple authenticated encryption,
1313//! which is much less error-prone than manual integrity verification.
1414//!
15+ //! [RustCrypto/AEADs]: https://github.com/RustCrypto/AEADs
16+ //!
1517//! # Example
1618//! ```
1719//! # #[cfg(feature = "block-padding")] {
Original file line number Diff line number Diff line change 99//!
1010//! This crate does not ensure ciphertexts are authentic! Thus ciphertext integrity
1111//! is not verified, which can lead to serious vulnerabilities!
12- //! [AEADs][https://github.com/ RustCrypto/AEADs] provide simple authenticated encryption,
12+ //! [RustCrypto/AEADs] provide simple authenticated encryption,
1313//! which is much less error-prone than manual integrity verification.
1414//!
15+ //! [RustCrypto/AEADs]: https://github.com/RustCrypto/AEADs
16+ //!
1517//! # Example
1618//! ```
1719//! use aes::cipher::KeyIvInit;
Original file line number Diff line number Diff line change 99//!
1010//! This crate does not ensure ciphertexts are authentic! Thus ciphertext integrity
1111//! is not verified, which can lead to serious vulnerabilities!
12- //! [AEADs][https://github.com/ RustCrypto/AEADs] provide simple authenticated encryption,
12+ //! [RustCrypto/AEADs] provide simple authenticated encryption,
1313//! which is much less error-prone than manual integrity verification.
1414//!
15+ //! [RustCrypto/AEADs]: https://github.com/RustCrypto/AEADs
16+ //!
1517//! # Example
1618//! ```
1719//! use aes::cipher::KeyIvInit;
Original file line number Diff line number Diff line change 99//!
1010//! This crate does not ensure ciphertexts are authentic! Thus ciphertext integrity
1111//! is not verified, which can lead to serious vulnerabilities!
12- //! [AEADs][https://github.com/ RustCrypto/AEADs] provide simple authenticated encryption,
12+ //! [RustCrypto/AEADs] provide simple authenticated encryption,
1313//! which is much less error-prone than manual integrity verification.
1414//!
15+ //! [RustCrypto/AEADs]: https://github.com/RustCrypto/AEADs
16+ //!
1517//! # Example
1618//! ```
1719//! use aes::cipher::{KeyIvInit, StreamCipher, StreamCipherSeek};
Original file line number Diff line number Diff line change 99//!
1010//! This crate does not ensure ciphertexts are authentic! Thus ciphertext integrity
1111//! is not verified, which can lead to serious vulnerabilities!
12- //! [AEADs][https://github.com/ RustCrypto/AEADs] provide simple authenticated encryption,
12+ //! [RustCrypto/AEADs] provide simple authenticated encryption,
1313//! which is much less error-prone than manual integrity verification.
1414//!
15+ //! [RustCrypto/AEADs]: https://github.com/RustCrypto/AEADs
16+ //!
1517//! # Example
1618//! ```
1719//! # #[cfg(feature = "block-padding")] {
Original file line number Diff line number Diff line change 99//!
1010//! This crate does not ensure ciphertexts are authentic! Thus ciphertext integrity
1111//! is not verified, which can lead to serious vulnerabilities!
12- //! [AEADs][https://github.com/ RustCrypto/AEADs] provide simple authenticated encryption,
12+ //! [RustCrypto/AEADs] provide simple authenticated encryption,
1313//! which is much less error-prone than manual integrity verification.
1414//!
15+ //! [RustCrypto/AEADs]: https://github.com/RustCrypto/AEADs
16+ //!
1517//! # Example
1618//! ```
1719//! use aes::cipher::{KeyIvInit, StreamCipher};
Original file line number Diff line number Diff line change 99//!
1010//! This crate does not ensure ciphertexts are authentic! Thus ciphertext integrity
1111//! is not verified, which can lead to serious vulnerabilities!
12- //! [AEADs][https://github.com/ RustCrypto/AEADs] provide simple authenticated encryption,
12+ //! [RustCrypto/AEADs] provide simple authenticated encryption,
1313//! which is much less error-prone than manual integrity verification.
1414//!
15+ //! [RustCrypto/AEADs]: https://github.com/RustCrypto/AEADs
16+ //!
1517//! # Example
1618//! ```
1719//! # #[cfg(feature = "block-padding")] {
You can’t perform that action at this time.
0 commit comments