- Rust 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
Some checks failed
belt-ctr.yml / chore: sync dependencies (monorepo) (push) Failing after 0s
cbc.yml / chore: sync dependencies (monorepo) (push) Failing after 0s
cfb-mode.yml / chore: sync dependencies (monorepo) (push) Failing after 0s
cfb8.yml / chore: sync dependencies (monorepo) (push) Failing after 0s
ctr.yml / chore: sync dependencies (monorepo) (push) Failing after 0s
cts.yml / chore: sync dependencies (monorepo) (push) Failing after 0s
ofb.yml / chore: sync dependencies (monorepo) (push) Failing after 0s
pcbc.yml / chore: sync dependencies (monorepo) (push) Failing after 0s
ige.yml / chore: sync dependencies (monorepo) (push) Failing after 0s
Workspace / clippy (push) Has been cancelled
Workspace / doc (push) Has been cancelled
Workspace / rustfmt (push) Has been cancelled
Workspace / typos (push) Has been cancelled
Workspace / Check Cargo.lock (push) Has been cancelled
|
||
| .github | ||
| belt-ctr | ||
| cbc | ||
| cfb-mode | ||
| cfb8 | ||
| ctr | ||
| cts | ||
| ige | ||
| ofb | ||
| pcbc | ||
| .clippy.toml | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| README.md | ||
RustCrypto: block modes
Collection of block modes written in pure Rust generic over block ciphers.
⚠️ Security Warning: Hazmat!
Crates in this repository do not ensure ciphertexts are authentic (i.e. by using a MAC to verify ciphertext integrity), which can lead to serious vulnerabilities if used incorrectly! RustCrypto/AEADs provide simple authenticated encryption, which is much less error-prone than manual integrity verification.
USE AT YOUR OWN RISK!
Supported algorithms
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.