commit | f0d1ec3a227e01a27ce20719bf7b58de86d44f0f | [log] [tgz] |
---|---|---|
author | Harvey Harrison <harvey.harrison@gmail.com> | Wed Dec 17 16:53:49 2008 +1100 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Dec 25 11:02:30 2008 +1100 |
tree | 369f7a7cd11c1bb87d2e8288b4a79a875511f88d | |
parent | ad79cdd77fc1466e45cf923890f66bcfe7c43f12 [diff] |
crypto: salsa20 - Remove private wrappers around various operations ROTATE -> rol32 XOR was always used with the same destination, use ^= PLUS/PLUSONE use ++ or += Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>