From f0d1ec3a227e01a27ce20719bf7b58de86d44f0f Mon Sep 17 00:00:00 2001 From: Harvey Harrison Date: Wed, 17 Dec 2008 16:53:49 +1100 Subject: [PATCH] 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 Signed-off-by: Herbert Xu --- Reading git-format-patch failed