Changes between Version 1 and Version 2 of Ticket #18, comment 6


Ignore:
Timestamp:
2012-03-15T07:50:15Z (13 years ago)
Author:
zooko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18, comment 6

    v1 v2  
    1 Crypto++'s StreamTransformation interface (implemented by CTR mode and XSalsa20) has a Seek() function that takes a byte offset and allows random access encryption/decryption without having to change the IV. I'm not sure if you guys were aware of that.
     1Crypto++'s !StreamTransformation interface (implemented by CTR mode and XSalsa20) has a Seek() function that takes a byte offset and allows random access encryption/decryption without having to change the IV. I'm not sure if you guys were aware of that.