crc/sha512: fix missing finalize part of sha512 hash
authorJens Axboe <axboe@kernel.dk>
Mon, 17 Feb 2025 23:30:07 +0000 (16:30 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 17 Feb 2025 23:30:07 +0000 (16:30 -0700)
commit3ee531989f41b242b73d9f6cb33186a686a7133c
tree9cf395dca9b217f71c9c62e623ab3e202fbe6143
parent1ceaf63b291789e96348d033d4016203178dd6a2
crc/sha512: fix missing finalize part of sha512 hash

The sha512 implementation was broken, make an attempt at actually
making it work...

Signed-off-by: Jens Axboe <axboe@kernel.dk>
crc/sha512.c
crc/sha512.h
verify.c