crypto: salsa20 - Remove private wrappers around various operations
authorHarvey Harrison <harvey.harrison@gmail.com>
Wed, 17 Dec 2008 05:53:49 +0000 (16:53 +1100)
committerHerbert Xu <herbert@gondor.apana.org.au>
Thu, 25 Dec 2008 00:02:30 +0000 (11:02 +1100)
commitf0d1ec3a227e01a27ce20719bf7b58de86d44f0f
tree369f7a7cd11c1bb87d2e8288b4a79a875511f88d
parentad79cdd77fc1466e45cf923890f66bcfe7c43f12
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>
crypto/salsa20_generic.c