crypto/cipher: It should support another interface for CTR mode #26673
Labels
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
What did you do?
I want to write code that can efficiently encrypt or decrypt a portion of large files using random access I/O.
Theoretically in CTR mode it is possible to encrypt/decrypt arbitrary block independently.
But with the lack of alternative interface to Stream interface, there is no way to take advantage of CTR mode.
What did you expect to see?
Another interface for CTR mode, or maybe custom counter support would be good too.
What did you see instead?
Only Stream interface exists.
The text was updated successfully, but these errors were encountered: