ecb

Crates.ioecb
lib.rsecb
version0.1.2
sourcesrc
created_at2022-06-01 08:10:58.512547
updated_at2023-07-19 06:23:27.642851
descriptionElectronic Codebook (ECB) block cipher mode of operation
homepage
repositoryhttps://github.com/magic-akari/ecb
max_upload_size
id598032
size18,164
(magic-akari)

documentation

https://docs.rs/ecb

README

RustCrypto: ECB

crate Docs MIT licensed Rust Version Build Status

Generic implementation of the Electronic Codebook (ECB) block cipher mode of operation.

See documentation of the cipher crate for additional information.

Minimum Supported Rust Version

Rust 1.56 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

Commit count: 19

cargo fmt