git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad79cdd
)
crypto: salsa20 - Remove private wrappers around various operations
author
Harvey Harrison
<harvey.harrison@gmail.com>
Wed, 17 Dec 2008 05:53:49 +0000
(16:53 +1100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 25 Dec 2008 00:02:30 +0000
(11:02 +1100)
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>
No differences found