commit | 13887ed6888dad1608eb9530ebd83b6ba29db577 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 22 12:22:43 2009 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Wed Jul 22 14:38:13 2009 +0800 |
tree | fcaaed11dc4812bd5754894a5f55462fa85f6698 | |
parent | 1f38ad8389bbca038d320c29d30aa1d6ed96b48d [diff] |
crypto: sha512_generic - Use 64-bit counters 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>