Closed skypitcher closed 5 years ago
Currently this crate only supports CBC, CTR and ECB. But I need OFB to work in my project.
See ofb crate from RustCrypto project.
ofb
Currently this crate only supports CBC, CTR and ECB. But I need OFB to work in my project.