magic-akari / ecb

ECB block cipher algorithm written in pure Rust

Home Page:https://crates.io/crates/ecb

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ECB block cipher algorithm written in pure Rust

https://crates.io/crates/ecb

License:MIT License


Languages

Language:Rust 100.0%