crypto: sha512_generic - Use 64-bit counters
authorHerbert Xu <herbert@gondor.apana.org.au>
Wed, 22 Jul 2009 04:22:43 +0000 (12:22 +0800)
committerHerbert 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