commit | 686106ff5ed2cbcd3fc12a22e53c880cf0943eff | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Fri Dec 08 13:59:52 2006 +1100 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Dec 11 14:34:33 2006 -0800 |
tree | ddc2b6250e4e2c3aeac49d61fcfedc37afea3c2b | |
parent | e45116b8d71ece9dbe41b114368ff7aebe3ae41a [diff] |
[CRYPTO] sha512: Fix sha384 block size The SHA384 block size should be 128 bytes, not 96 bytes. This was spotted by Andrew Donofrio. Fortunately the block size isn't actually used anywhere so this typo has had no real impact. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>