+14
−11
Loading
As sha512 requires 128-bit counters, extend the hash length counters
to that length. Previously they were just 32 bits which means that
a >4G sha256 hash would be incorrect.
Signed-off-by:
Herbert Xu <herbert@gondor.apana.org.au>