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:
1f38ad8
)
crypto: sha512_generic - Use 64-bit counters
author
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 22 Jul 2009 04:22:43 +0000
(12:22 +0800)
committer
Herbert Xu
<herbert@gondor.apana.org.au>
Wed, 22 Jul 2009 06:38:13 +0000
(14:38 +0800)
This patch replaces the 32-bit counters in sha512_generic with
64-bit counters. It also switches the bit count to the simpler
byte count.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
No differences found