cipher

Crates.iocipher
lib.rscipher
version0.5.0-rc.1
created_at2015-06-25 05:47:45.505637+00
updated_at2025-09-02 19:36:04.870751+00
descriptionTraits for describing block ciphers and stream ciphers
homepage
repositoryhttps://github.com/RustCrypto/traits
max_upload_size
id2463
size105,691
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.

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: 1671

cargo fmt