#block-cipher-mode

no-std ecb

Electronic Codebook (ECB) block cipher mode of operation

5 unstable releases

Uses new Rust 2024

0.2.0 Apr 10, 2026
0.1.2 Jul 19, 2023
0.1.1 Jul 18, 2022
0.1.0 Jun 1, 2022
0.0.1 Jun 1, 2022

#69 in Cryptography

Download history 80313/week @ 2026-01-23 92372/week @ 2026-01-30 123297/week @ 2026-02-06 119896/week @ 2026-02-13 153933/week @ 2026-02-20 167658/week @ 2026-02-27 200511/week @ 2026-03-06 190358/week @ 2026-03-13 147729/week @ 2026-03-20 140668/week @ 2026-03-27 163339/week @ 2026-04-03 168101/week @ 2026-04-10 192488/week @ 2026-04-17 228530/week @ 2026-04-24 212149/week @ 2026-05-01 255844/week @ 2026-05-08

919,796 downloads per month
Used in 439 crates (65 directly)

MIT license

15KB
272 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.85 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

~680KB
~17K SLoC