The current code only increments the upper 64 bits of the SHA-512 byte
counter when the number of bytes hashed happens to hit 2^64 exactly.
This patch increments the upper 64 bits whenever the lower 64 bits
overflows.
Signed-off-by: Kent Yoder
---
crypto/sha512_generic.c |2 +-
1 files chan
On 2012-03-14 09:45, Andreas WESTIN wrote:
Hi,
I've split the driver into two parts one for hash and one
for crypto, hopefully it gets through this time.
So it didn't get through this time either, I've put the patches at:
http://www.df.lth.se/~triad/ux500-crypto/
/Andreas
--
To unsubscribe