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
Hi, are there any plans for Decryptor and Encryptor to implement std::io::Seek ? That would be really useful for decrypting specific parts of a large file without reading it all into memory, as well as going backwards and forwards without having to close and reopen the stream. Could also be useful when writing for example to go back and correct data already written. Thanks!
The text was updated successfully, but these errors were encountered:
Hi, are there any plans for
Decryptor
andEncryptor
to implementstd::io::Seek
? That would be really useful for decrypting specific parts of a large file without reading it all into memory, as well as going backwards and forwards without having to close and reopen the stream. Could also be useful when writing for example to go back and correct data already written. Thanks!The text was updated successfully, but these errors were encountered: