Skip to content
Commit 58d7d18b authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 51fc6dc8
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