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


Ignore:
Timestamp:
2010-08-19T09:29:43Z (14 years ago)
Author:
weidai
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18, comment 6

    initial v1  
    1 Crypto++'s StreamTransformation interface (implemented by CTR mode and XSalsa20) has a Seek() function that 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.