#block-cipher #cipher #block-mode #crypto

no-std ecb

Electronic Codebook (ECB) block cipher mode of operation

4 releases

0.1.2 Jul 19, 2023
0.1.1 Jul 18, 2022
0.1.0 Jun 1, 2022
0.0.1 Jun 1, 2022

#141 in Cryptography

Download history 6151/week @ 2024-09-17 6220/week @ 2024-09-24 5399/week @ 2024-10-01 8084/week @ 2024-10-08 8314/week @ 2024-10-15 8455/week @ 2024-10-22 7403/week @ 2024-10-29 9184/week @ 2024-11-05 8140/week @ 2024-11-12 9319/week @ 2024-11-19 8757/week @ 2024-11-26 7931/week @ 2024-12-03 8844/week @ 2024-12-10 7248/week @ 2024-12-17 5164/week @ 2024-12-24 3841/week @ 2024-12-31

26,684 downloads per month
Used in 74 crates (21 directly)

MIT license

14KB
261 lines

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

Dependencies

~375KB