]> git.cryptolib.org Git - avr-crypto-lib.git/commit
now with Echo (hashfunction), tests are running ...
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Sun, 21 Feb 2010 21:53:39 +0000 (21:53 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Sun, 21 Feb 2010 21:53:39 +0000 (21:53 +0000)
commit450d74da32fadde564961f4095662fde5c61bb9e
tree39315b530c016015d39210b2edf7b61e74cfd020
parent2f9b301c15c03faa76b7f9c95b18eadaa8d013ae
now with Echo (hashfunction), tests are running ...
27 files changed:
echo/aes_enc_round-asm.S [new file with mode: 0644]
echo/aes_sbox-asm.S [new file with mode: 0644]
echo/echo.c [new file with mode: 0644]
echo/echo.h [new file with mode: 0644]
echo/gf256mul.S [new file with mode: 0644]
echo/gf256mul.h [new file with mode: 0644]
echo/memxor.S [new file with mode: 0644]
echo/memxor.h [new file with mode: 0644]
mkfiles/echo_c.mk [new file with mode: 0644]
test_src/main-echo-test.c [new file with mode: 0644]
testconf/Echo.conf [new file with mode: 0644]
testvectors/shavs/Echo/ExtremelyLongMsgKAT_224.txt [new file with mode: 0644]
testvectors/shavs/Echo/ExtremelyLongMsgKAT_256.txt [new file with mode: 0644]
testvectors/shavs/Echo/ExtremelyLongMsgKAT_384.txt [new file with mode: 0644]
testvectors/shavs/Echo/ExtremelyLongMsgKAT_512.txt [new file with mode: 0644]
testvectors/shavs/Echo/LongMsgKAT_224.txt [new file with mode: 0644]
testvectors/shavs/Echo/LongMsgKAT_256.txt [new file with mode: 0644]
testvectors/shavs/Echo/LongMsgKAT_384.txt [new file with mode: 0644]
testvectors/shavs/Echo/LongMsgKAT_512.txt [new file with mode: 0644]
testvectors/shavs/Echo/MonteCarlo_224.txt [new file with mode: 0644]
testvectors/shavs/Echo/MonteCarlo_256.txt [new file with mode: 0644]
testvectors/shavs/Echo/MonteCarlo_384.txt [new file with mode: 0644]
testvectors/shavs/Echo/MonteCarlo_512.txt [new file with mode: 0644]
testvectors/shavs/Echo/ShortMsgKAT_224.txt [new file with mode: 0644]
testvectors/shavs/Echo/ShortMsgKAT_256.txt [new file with mode: 0644]
testvectors/shavs/Echo/ShortMsgKAT_384.txt [new file with mode: 0644]
testvectors/shavs/Echo/ShortMsgKAT_512.txt [new file with mode: 0644]