Skip to content
  • Nick Mathewson's avatar
    r15210@catbus: nickm | 2007-09-20 13:04:05 -0400 · 262d5ab0
    Nick Mathewson authored
     Re-optimize counter-mode: save about 15% on my core2 by (1) not regenerating the entire counter buffer every time we encrypt a block of keystream (2) using the platform-optimized htonl to convert to big-endian (It's a single instruction on 486 and later ) and (3) not even keeping a separate "counter" and "buffer" when the platform is big-endian. The third still needs testing.
    
    
    svn:r11536
    262d5ab0
To find the state of this project's repository at the time of any of these versions, check out the tags.