Skip to content
Commit f0d1ec3a authored by Harvey Harrison's avatar Harvey Harrison Committed by Herbert Xu
Browse files

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: default avatarHarvey Harrison <harvey.harrison@gmail.com>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent ad79cdd7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment