]> git.cryptolib.org Git - avr-crypto-lib.git/commit - test_src/main-present-test.c
changing performance measurment of blockciphers to bcal
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Sat, 20 Feb 2010 20:45:42 +0000 (20:45 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Sat, 20 Feb 2010 20:45:42 +0000 (20:45 +0000)
commit6483e60140be5fe4ab60de85cdf679fc0518dc99
tree1200e39df815e152096fa9c020a40da3db8ea3ba
parentb022a029def51d63f330c12bf07156db294c8958
changing performance measurment of blockciphers to bcal
55 files changed:
bcal-eax.c
bcal-performance.c [new file with mode: 0644]
bcal-performance.h [new file with mode: 0644]
bcal_des.c
bcal_threefish1024.c [new file with mode: 0644]
bcal_threefish1024.h [new file with mode: 0644]
bcal_threefish256.c [new file with mode: 0644]
bcal_threefish256.h [new file with mode: 0644]
bcal_threefish512.c [new file with mode: 0644]
bcal_threefish512.h [new file with mode: 0644]
hfal-performance.c
hfal-test.c
host/fix-wiki-size.rb
keysize_descriptor.c
keysize_descriptor.h
mkfiles/001_bcal_std.mk [new file with mode: 0644]
mkfiles/aes.mk
mkfiles/camellia.mk
mkfiles/cast5.mk
mkfiles/cast6.mk
mkfiles/des.mk
mkfiles/noekeon.mk
mkfiles/noekeon_c.mk
mkfiles/present.mk
mkfiles/rc5.mk
mkfiles/rc6.mk
mkfiles/seed.mk
mkfiles/seed_C.mk
mkfiles/serpent-bitslice.mk
mkfiles/serpent_asm_bitslice.mk
mkfiles/serpent_asm_fast.mk
mkfiles/serpent_asm_small.mk
mkfiles/serpent_c.mk
mkfiles/skipjack.mk
mkfiles/tdes.mk
mkfiles/threefish.mk
mkfiles/threefish_C.mk
mkfiles/threefish_small.mk
mkfiles/xtea.mk
mkfiles/xtea_c.mk
test_src/main-aes-test.c
test_src/main-camellia-test.c
test_src/main-cast5-test.c
test_src/main-cast6-test.c
test_src/main-des-test.c
test_src/main-noekeon-test.c
test_src/main-present-test.c
test_src/main-rc5-test.c
test_src/main-rc6-test.c
test_src/main-seed-test.c
test_src/main-serpent-test.c
test_src/main-skipjack-test.c
test_src/main-tdes-test.c
test_src/main-threefish-test.c
test_src/main-xtea-test.c