RustCrypto / block-modes

Collection of generic block mode algorithms written in pure Rust
64 stars 13 forks source link

feat(cfb-mode): add Buffer{Encryptor|Decryptor} #17

Closed dignifiedquire closed 2 years ago

dignifiedquire commented 2 years ago

This allows encrypting and decrypting based on multiple individual pieces of the data, rather than having to work with all data at once.

dignifiedquire commented 2 years ago

ping @tarcieri @newpavlov

tarcieri commented 2 years ago

I'm personally fine with this, although I'm curious what @newpavlov has to say

dignifiedquire commented 2 years ago

@newpavlov should be ready for rereview

link2xt commented 2 years ago

Ping @dignifiedquire @newpavlov

2 months passed since last activity here, just want to make sure this PR is not forgotten and bitrot along with https://github.com/rpgp/rpgp/pull/165

newpavlov commented 2 years ago

Oh, I indeed forgot about it during my break from GitHub. I will try to refresh my memory about this PR today or tomorrow and assuming there are no issues (which is quite likely), I will merge and release it right away.