No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann fcb38e0274
Releasing fastforward version 0.5.2-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-20 15:54:00 +02:00
debian Releasing fastforward version 0.5.2-1~ffwd13+u1. 2026-07-20 15:54:00 +02:00
src Adding upstream version 0.5.2. 2026-07-20 15:53:43 +02:00
tests Adding upstream version 0.5.2. 2026-07-20 15:53:43 +02:00
.cargo_vcs_info.json Adding upstream version 0.5.2. 2026-07-20 15:53:43 +02:00
Cargo.lock Adding upstream version 0.5.2. 2026-07-20 15:53:43 +02:00
Cargo.toml Adding upstream version 0.5.2. 2026-07-20 15:53:43 +02:00
Cargo.toml.orig Adding upstream version 0.5.2. 2026-07-20 15:53:43 +02:00
CHANGELOG.md Adding upstream version 0.5.2. 2026-07-20 15:53:43 +02:00
LICENSE-APACHE Adding upstream version 0.5.2. 2026-07-20 15:53:43 +02:00
LICENSE-MIT Adding upstream version 0.5.2. 2026-07-20 15:53:43 +02:00
README.md Adding upstream version 0.5.2. 2026-07-20 15:53:43 +02:00

RustCrypto: Cipher Traits

crate Docs Apache2/MIT licensed Rust Version Project Chat Build Status

Traits which define the functionality of block ciphers, block modes and stream ciphers.

See RustCrypto/block-ciphers and RustCrypto/stream-ciphers for algorithm implementations which use these traits.

SemVer Policy

  • All on-by-default features of this library are covered by SemVer
  • MSRV is considered exempt from SemVer as noted above

License

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.