]> git.baikalelectronics.ru Git - kernel.git/commit
[CRYPTO] sha512: Fix sha384 block size
authorHerbert Xu <herbert@gondor.apana.org.au>
Fri, 8 Dec 2006 02:59:52 +0000 (13:59 +1100)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 11 Dec 2006 22:34:33 +0000 (14:34 -0800)
commit368ba56704786586c2683876307314315f9c4abb
treeddc2b6250e4e2c3aeac49d61fcfedc37afea3c2b
parent2d68ed415b273bd1eaa9540bdd5b6a01d5fe199b
[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>
crypto/sha512.c