You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a temporary workaround you could cast &mut [u8] to &mut [GenericArray<u8, U1>] and use the encrypt_blocks_mut method. But I agree that inherent "buffering" methods would be a good addition (note that no buffering is needed in practice, since the mode already operates on byte granularity).
@tarcieri mentioned in the zulip chat that CFB8 needs something similar to #17
Currently the Encryptor and Decrytor methods are one shot and that would result in a lot of cloning
https://rustcrypto.zulipchat.com/#narrow/stream/260036-general/topic/.28no.20topic.29/near/319304450
The text was updated successfully, but these errors were encountered: