]> git.cryptolib.org Git - avr-crypto-lib.git/commit
adding Keccak
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 10 Feb 2010 22:27:02 +0000 (22:27 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 10 Feb 2010 22:27:02 +0000 (22:27 +0000)
commit1b51cba0fd060fa2d4aeb085bb51a634c542181d
treec21fcf7c09335069adb13cddd41df87af325a29b
parentde0d7d8778c704a188d6c2cff0f0b7e076589fce
adding Keccak
28 files changed:
Doxyfile
hfal_keccak.c [new file with mode: 0644]
hfal_keccak.h [new file with mode: 0644]
keccak/keccak.c [new file with mode: 0644]
keccak/keccak.h [new file with mode: 0644]
keccak/memxor.S [new file with mode: 0644]
keccak/memxor.h [new file with mode: 0644]
mkfiles/keccak_c.mk [new file with mode: 0644]
test_src/main-aes-test.c
test_src/main-keccak-test.c [new file with mode: 0644]
test_src/shavs.c
testconf/Keccak.conf [new file with mode: 0644]
testvectors/shavs/Keccak/ExtremelyLongMsgKAT_224.txt [new file with mode: 0644]
testvectors/shavs/Keccak/ExtremelyLongMsgKAT_256.txt [new file with mode: 0644]
testvectors/shavs/Keccak/ExtremelyLongMsgKAT_384.txt [new file with mode: 0644]
testvectors/shavs/Keccak/ExtremelyLongMsgKAT_512.txt [new file with mode: 0644]
testvectors/shavs/Keccak/LongMsgKAT_224.txt [new file with mode: 0644]
testvectors/shavs/Keccak/LongMsgKAT_256.txt [new file with mode: 0644]
testvectors/shavs/Keccak/LongMsgKAT_384.txt [new file with mode: 0644]
testvectors/shavs/Keccak/LongMsgKAT_512.txt [new file with mode: 0644]
testvectors/shavs/Keccak/MonteCarlo_224.txt [new file with mode: 0644]
testvectors/shavs/Keccak/MonteCarlo_256.txt [new file with mode: 0644]
testvectors/shavs/Keccak/MonteCarlo_384.txt [new file with mode: 0644]
testvectors/shavs/Keccak/MonteCarlo_512.txt [new file with mode: 0644]
testvectors/shavs/Keccak/ShortMsgKAT_224.txt [new file with mode: 0644]
testvectors/shavs/Keccak/ShortMsgKAT_256.txt [new file with mode: 0644]
testvectors/shavs/Keccak/ShortMsgKAT_384.txt [new file with mode: 0644]
testvectors/shavs/Keccak/ShortMsgKAT_512.txt [new file with mode: 0644]