DaGenix / rust-crypto

A (mostly) pure-Rust implementation of various cryptographic algorithms.
Apache License 2.0
1.39k stars 295 forks source link

Request for AES OFB mode #448

Closed skypitcher closed 5 years ago

skypitcher commented 5 years ago

Currently this crate only supports CBC, CTR and ECB. But I need OFB to work in my project.

newpavlov commented 5 years ago

See ofb crate from RustCrypto project.