[svn] / ecrypt / trunk / submissions / salsa20 / full / x86-xmm / salsa20.q  

svn: ecrypt/trunk/submissions/salsa20/full/x86-xmm/salsa20.q

Diff for /ecrypt/trunk/submissions/salsa20/full/x86-xmm/salsa20.q between version 182 and 211

version 182, Fri Jan 5 18:10:12 2007 UTC version 211, Thu Feb 14 05:39:03 2008 UTC
Line 425 
Line 425 
   
   in8 = *(uint32 *) (x + 32)    in8 = *(uint32 *) (x + 32)
   in9 = *(uint32 *) (x + 52)    in9 = *(uint32 *) (x + 52)
   in8 += 1    carry? in8 += 1
   in9 += 0 + carry    in9 += 0 + carry
   *(uint32 *) (x + 32) = in8    *(uint32 *) (x + 32) = in8
   *(uint32 *) (x + 52) = in9    *(uint32 *) (x + 52) = in9


Generate output suitable for use with a patch program
Legend:
Removed from v.182  
changed lines
  Added in v.211

eSTREAM Project

Powered by ViewCVS 1.0-dev
(Powered by Apache)

ViewCVS and CVS Help