]> git.cryptolib.org Git - arm-crypto-lib.git/commit
Blake adapted for round 3
authorbg <daniel.otte@rub.de>
Tue, 1 Feb 2011 00:12:24 +0000 (01:12 +0100)
committerbg <daniel.otte@rub.de>
Tue, 1 Feb 2011 00:12:24 +0000 (01:12 +0100)
commite1db57c69472f52cf2405ef4eb22f085a868eeeb
tree41bd774cc78ee3fcb7560ecf03efb8c744fd5afe
parent06a67c77b1e8c2769a149591d6e00ee0aebdd7f2
Blake adapted for round 3
122 files changed:
Makefile
aes/aes_dec.c
aes/aes_enc.c
aes/aes_keyschedule.c
arm-makefile.inc
bcal/bcal-cbc.c
bcal/bcal-cfb_byte.c
bcal/bcal-cmac.c
bcal/bcal-ctr.c
bcal/bcal-eax.c
bcal/bcal-ofb.c
bcal/bcal_noekeon.c
bcal/bcal_noekeon.h
blake/blake_common.c
blake/blake_large.c
blake/blake_large.h
blake/blake_small.c
blake/blake_small.h
bmw/bmw_small.c
bmw/bmw_small_speed.c
cubehash/cubehash.c
echo/aes_enc_round.c
echo/echo.c
groestl/groestl_large.c
groestl/groestl_small.c
hfal/hfal_blake_large.c
hfal/hfal_blake_large.h
hfal/hfal_blake_small.c
hfal/hfal_blake_small.h
keccak/keccak.c
memxor/memxor.c
memxor/memxor_c.c
noekeon/noekeon.c
noekeon/noekeon_cbc_enc.h
noekeon/noekeon_ctr.h
noekeon/noekeon_prng.c
noekeon/omac_noekeon.h
noekeon/omac_noekeon_C.c
openocd.cfg
sha1/sha1.c
skein/threefish1024_enc.c
skein/threefish256_enc.c
skein/threefish512_enc.c
skein/ubi1024.c
skein/ubi256.c
skein/ubi512.c
test_src/cmacvs.c
test_src/main-aes-test.c
test_src/main-blake-test.c
test_src/main-bmw-test.c
test_src/main-cubehash-test.c
test_src/main-echo-test.c
test_src/main-groestl-test.c
test_src/main-keccak-test.c
test_src/main-md5-test.c
test_src/main-sha1-test.c
test_src/main-sha256-test.c
test_src/main-shabal-test.c
test_src/main-skein-test.c
test_src/shavs.c
testconf/Blake.conf
testconf/Skein.conf
testvectors/shavs/Blake-round2/ExtremelyLongMsgKAT.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/ExtremelyLongMsgKAT_224.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/ExtremelyLongMsgKAT_256.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/ExtremelyLongMsgKAT_384.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/ExtremelyLongMsgKAT_512.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/LongMsgKAT.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/LongMsgKAT_224.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/LongMsgKAT_256.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/LongMsgKAT_384.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/LongMsgKAT_512.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/MonteCarlo.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/MonteCarlo_224.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/MonteCarlo_256.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/MonteCarlo_384.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/MonteCarlo_512.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/ShortMsgKAT.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/ShortMsgKAT_224.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/ShortMsgKAT_256.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/ShortMsgKAT_384.txt [new file with mode: 0644]
testvectors/shavs/Blake-round2/ShortMsgKAT_512.txt [new file with mode: 0644]
testvectors/shavs/Blake/ExtremelyLongMsgKAT.txt [deleted file]
testvectors/shavs/Blake/ExtremelyLongMsgKAT_224.txt
testvectors/shavs/Blake/ExtremelyLongMsgKAT_256.txt
testvectors/shavs/Blake/ExtremelyLongMsgKAT_384.txt
testvectors/shavs/Blake/ExtremelyLongMsgKAT_512.txt
testvectors/shavs/Blake/LongMsgKAT.txt [deleted file]
testvectors/shavs/Blake/LongMsgKAT_224.txt
testvectors/shavs/Blake/LongMsgKAT_256.txt
testvectors/shavs/Blake/LongMsgKAT_384.txt
testvectors/shavs/Blake/LongMsgKAT_512.txt
testvectors/shavs/Blake/MonteCarlo.txt [deleted file]
testvectors/shavs/Blake/MonteCarlo_224.txt
testvectors/shavs/Blake/MonteCarlo_256.txt
testvectors/shavs/Blake/MonteCarlo_384.txt
testvectors/shavs/Blake/MonteCarlo_512.txt
testvectors/shavs/Blake/ShortMsgKAT.txt [deleted file]
testvectors/shavs/Blake/ShortMsgKAT_224.txt
testvectors/shavs/Blake/ShortMsgKAT_256.txt
testvectors/shavs/Blake/ShortMsgKAT_384.txt
testvectors/shavs/Blake/ShortMsgKAT_512.txt
testvectors/shavs/Skein/ExtremelyLongMsgKAT_224.txt
testvectors/shavs/Skein/ExtremelyLongMsgKAT_256.txt
testvectors/shavs/Skein/ExtremelyLongMsgKAT_384.txt
testvectors/shavs/Skein/ExtremelyLongMsgKAT_512.txt
testvectors/shavs/Skein/LongMsgKAT_224.txt
testvectors/shavs/Skein/LongMsgKAT_256.txt
testvectors/shavs/Skein/LongMsgKAT_384.txt
testvectors/shavs/Skein/LongMsgKAT_512.txt
testvectors/shavs/Skein/MonteCarlo_224.txt
testvectors/shavs/Skein/MonteCarlo_256.txt
testvectors/shavs/Skein/MonteCarlo_384.txt
testvectors/shavs/Skein/MonteCarlo_512.txt
testvectors/shavs/Skein/ShortMsgKAT_224.txt
testvectors/shavs/Skein/ShortMsgKAT_256.txt
testvectors/shavs/Skein/ShortMsgKAT_384.txt
testvectors/shavs/Skein/ShortMsgKAT_512.txt
testvectors/shavs/Skein/skein_golden_kat.txt
testvectors/shavs/Skein/skein_golden_kat_internals.txt
testvectors/shavs/Skein/skein_golden_kat_short.txt
testvectors/shavs/Skein/skein_golden_kat_short_internals.txt