From: Herbert Xu Date: Thu, 26 Jan 2012 04:03:16 +0000 (+1100) Subject: crypto: sha512 - Use binary and instead of modulus X-Git-Tag: v3.3-rc4~24^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58d7d18b5268febb8b1391c6dffc8e2aaa751fcd;p=pandora-kernel.git crypto: sha512 - Use binary and instead of modulus The previous patch used the modulus operator over a power of 2 unnecessarily which may produce suboptimal binary code. This patch changes changes them to binary ands instead. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed