cipher

Crates.iocipher
lib.rscipher
version0.5.0-pre.7
sourcesrc
created_at2015-06-25 05:47:45.505637
updated_at2024-08-14 15:51:00.755973
descriptionTraits for describing block ciphers and stream ciphers
homepage
repositoryhttps://github.com/RustCrypto/traits
max_upload_size
id2463
size96,352
traits (github:rustcrypto:traits)

documentation

https://docs.rs/cipher

README

RustCrypto: Cipher Traits

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

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

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

Documentation

Minimum Supported Rust Version

Rust 1.65 or higher.

Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.

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.

Commit count: 1422

cargo fmt