crc: add support for sha3 variants
authorJens Axboe <axboe@fb.com>
Wed, 8 Mar 2017 16:10:03 +0000 (09:10 -0700)
committerJens Axboe <axboe@fb.com>
Wed, 8 Mar 2017 16:10:03 +0000 (09:10 -0700)
commit82e3f7c44e4090c58ca8d463550e84d011996911
tree73a47e57d96077d63e506dd671962e3a4789bf82
parent8f7630813305a4f4f04a5f9ba20b2a7d486c0cfb
crc: add support for sha3 variants

Signed-off-by: Jens Axboe <axboe@fb.com>
crc/sha3.c [new file with mode: 0644]
crc/sha3.h [new file with mode: 0644]
crc/test.c