#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

#236 in Cryptography

Download history 2795/week @ 2023-12-06 2564/week @ 2023-12-13 2305/week @ 2023-12-20 1896/week @ 2023-12-27 2535/week @ 2024-01-03 2791/week @ 2024-01-10 2748/week @ 2024-01-17 2941/week @ 2024-01-24 3029/week @ 2024-01-31 3234/week @ 2024-02-07 3311/week @ 2024-02-14 3221/week @ 2024-02-21 3708/week @ 2024-02-28 3504/week @ 2024-03-06 3568/week @ 2024-03-13 2789/week @ 2024-03-20

14,169 downloads per month
Used in 42 crates (11 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

~365KB