git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51fc6dc
)
crypto: sha512 - Use binary and instead of modulus
author
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 26 Jan 2012 04:03:16 +0000
(15:03 +1100)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Thu, 26 Jan 2012 04:03:16 +0000
(15:03 +1100)
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 <herbert@gondor.apana.org.au>
crypto/sha512_generic.c
patch
|
blob
|
history
diff --cc
crypto/sha512_generic.c
Simple merge