Skip to content
/ ecb Public
forked from magic-akari/ecb

ECB block cipher algorithm written in pure Rust

License

Notifications You must be signed in to change notification settings

baloo/ecb

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 100.0%