symm/sha3.[ch]: Add support for SHA3 and related functions based on Keccak.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 10 May 2017 20:54:46 +0000 (21:54 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 14 May 2017 13:58:42 +0000 (14:58 +0100)
commit78b4ea88288a9f1e26fefa060c409d4888938536
tree8632b488d2d845ca7cbd73f911ead8dc91131e2f
parentcf9d9d388289b20c4ff9fabd4fe356288c419bef
symm/sha3.[ch]: Add support for SHA3 and related functions based on Keccak.
29 files changed:
.gitignore
progs/rspit.c
symm/Makefile.am
symm/sha3-trans [new file with mode: 0755]
symm/sha3.c [new file with mode: 0644]
symm/sha3.h [new file with mode: 0644]
symm/t/SHA3_224LongMsg.rsp [new file with mode: 0644]
symm/t/SHA3_224Monte.rsp [new file with mode: 0644]
symm/t/SHA3_224ShortMsg.rsp [new file with mode: 0644]
symm/t/SHA3_256LongMsg.rsp [new file with mode: 0644]
symm/t/SHA3_256Monte.rsp [new file with mode: 0644]
symm/t/SHA3_256ShortMsg.rsp [new file with mode: 0644]
symm/t/SHA3_384LongMsg.rsp [new file with mode: 0644]
symm/t/SHA3_384Monte.rsp [new file with mode: 0644]
symm/t/SHA3_384ShortMsg.rsp [new file with mode: 0644]
symm/t/SHA3_512LongMsg.rsp [new file with mode: 0644]
symm/t/SHA3_512Monte.rsp [new file with mode: 0644]
symm/t/SHA3_512ShortMsg.rsp [new file with mode: 0644]
symm/t/SHAKE128LongMsg.rsp [new file with mode: 0644]
symm/t/SHAKE128ShortMsg.rsp [new file with mode: 0644]
symm/t/SHAKE128VariableOut.rsp [new file with mode: 0644]
symm/t/SHAKE256LongMsg.rsp [new file with mode: 0644]
symm/t/SHAKE256ShortMsg.rsp [new file with mode: 0644]
symm/t/SHAKE256VariableOut.rsp [new file with mode: 0644]
symm/t/sha3-224 [new file with mode: 0644]
symm/t/sha3-256 [new file with mode: 0644]
symm/t/sha3-384 [new file with mode: 0644]
symm/t/sha3-512 [new file with mode: 0644]
symm/t/sha3.local [new file with mode: 0644]