CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/22 08:29:56
Modified files:
lib/libc/hash : sha512.c
Log message:
Correctly handle bit count for SHA-512.
The SHA-512 bit counter is 128 bits - as such, we need to handle overflow
and increment the second 64 bit field.
Reported by claudio@
ok claudio@ tb@
