Add sha256 and sha512 checksums
authorJens Axboe <jens.axboe@oracle.com>
Mon, 30 Jul 2007 08:59:33 +0000 (10:59 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 30 Jul 2007 08:59:33 +0000 (10:59 +0200)
commitcd14cc1079771ece34fce5b30d47c7b273ee56e5
tree0604341663e653e274b202f59336659177dee0ac
parent61f821f16cf27d8742e09b3a137c933cd0085e9b
Add sha256 and sha512 checksums

That should suffice...

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO
Makefile
fio.h
options.c
sha256.c [new file with mode: 0644]
sha256.h [new file with mode: 0644]
sha512.c [new file with mode: 0644]
sha512.h [new file with mode: 0644]
verify.c