]> git.cryptolib.org Git - avr-crypto-lib.git/commit
a lot of fixes
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 14 Mar 2012 16:38:51 +0000 (16:38 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 14 Mar 2012 16:38:51 +0000 (16:38 +0000)
commit701cee0d98aab48dd3192c8cc7c77eb42581bc56
tree2022cdefba966c347d9fbe834a7125402e2210ff
parent21bfb1fb168b3114f675f34e257b6acc557b2de8
a lot of fixes
243 files changed:
Makefile
aes/aes_invsbox.c
aes/aes_keyschedule.c
aes/aes_sbox.c
arcfour/arcfour.c
avr-makefile.inc
base64/base64_enc.c
bcal/bcal-nessie.c
bcal/bcal-nessie.h
bcal/bcal-performance.c
bcal/bcal-performance.h
bcal/bcal_camellia128.c
bcal/bcal_cast5.c
bcal/bcal_des.c
bcal/bcal_serpent.c
blake/blake_common.c
blake/blake_large.c
blake/blake_small.c
bmw/bmw_large.c
bmw/bmw_small.c
camellia/camellia128-stub.c
camellia/camellia_C.c
cast5/cast5-sbox.c [new file with mode: 0644]
cast5/cast5-sbox.h
cast6/cast6-sbox.c [new file with mode: 0644]
cast6/cast6-sbox.h [new file with mode: 0644]
cast6/cast6.c
cscipher/cscipher_sbox.c
cscipher/cscipher_small.c
des/des.c
dsa/dsa_key_blob.c
echo/aes_enc_round-asm.S
echo/echo.c
grain/grain.c
groestl/groestl_large.c
groestl/groestl_small.c
hfal/hfal-nessie.c
hfal/hfal-nessie.h
hfal/hfal-performance.c
hfal/hfal-performance.h
host/get_test.rb
host/nessie_check.rb
host/shavs_test2.rb
jh/jh_simple_small_core.c
jh/jh_simple_speed_core.c
jh/jh_tables.c
keccak/keccak.c
keysize_descriptor.c
khazad/khazad.c
md5/md5_sbox.c [new file with mode: 0644]
md5/md5_sbox.h
mickey128/mickey128.c
mkfiles/a5_1.mk
mkfiles/aes.mk
mkfiles/aes128.mk
mkfiles/aes192.mk
mkfiles/aes256.mk
mkfiles/aes_asm_faster.mk
mkfiles/aes_c.mk
mkfiles/arcfour.mk
mkfiles/arcfour_c.mk
mkfiles/base64.mk
mkfiles/bigint.mk
mkfiles/blake_c.mk
mkfiles/bmw.mk
mkfiles/bmw_c.mk
mkfiles/bmw_tiny.mk
mkfiles/bmw_tiny_sep.mk
mkfiles/camellia.mk
mkfiles/camellia_c.mk
mkfiles/cast5.mk
mkfiles/cast6.mk
mkfiles/cscipher_small_c.mk
mkfiles/cscipher_tiny.mk
mkfiles/cscipher_tiny_c.mk
mkfiles/cubehash_c.mk
mkfiles/des.mk
mkfiles/dsa.mk
mkfiles/echo_c.mk
mkfiles/entropium.mk
mkfiles/grain.mk
mkfiles/groestl_c.mk
mkfiles/hmac-md5.mk
mkfiles/hmac-sha1.mk
mkfiles/hmac-sha256.mk
mkfiles/jh_simple_small_c.mk
mkfiles/jh_simple_speed_c.mk
mkfiles/keccak_c.mk
mkfiles/khazad_small_c.mk
mkfiles/md5.mk
mkfiles/md5_c.mk
mkfiles/mickey128.mk
mkfiles/mqq160-sign.mk
mkfiles/mqq160-sign_c.mk
mkfiles/mugi.mk
mkfiles/noekeon.mk
mkfiles/noekeon_c.mk
mkfiles/omac_noekeon.mk
mkfiles/omac_noekeon_c.mk
mkfiles/present.mk
mkfiles/rabbit_c.mk
mkfiles/rabbit_estream_c.mk
mkfiles/rc5.mk
mkfiles/rc6.mk
mkfiles/rsa.mk
mkfiles/salsa20_c.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/sha1.mk
mkfiles/sha1_c.mk
mkfiles/sha256.mk
mkfiles/sha256_c.mk
mkfiles/shabal.mk
mkfiles/shabal_c.mk
mkfiles/shabea.mk
mkfiles/shacal1enc.mk
mkfiles/shacal2enc.mk
mkfiles/skein.mk
mkfiles/skein_c.mk
mkfiles/skipjack.mk
mkfiles/skipjack_nessie.mk [new file with mode: 0644]
mkfiles/tdes.mk
mkfiles/threefish.mk
mkfiles/threefish_C.mk
mkfiles/threefish_small.mk
mkfiles/trivium.mk
mkfiles/twister.mk
mkfiles/twister_c.mk
mkfiles/ubi.mk
mkfiles/ubi_c.mk
mkfiles/whirlpool_0_fast_c.mk
mkfiles/whirlpool_fast_c.mk
mkfiles/whirlpool_small_c.mk
mkfiles/whirlpool_t_fast_c.mk
mkfiles/whirlpool_t_small_c.mk
mkfiles/xtea.mk
mkfiles/xtea_c.mk
mkfiles/xtea_new.mk [new file with mode: 0644]
mqq-sign/mqq160-sign.c
mqq-sign/mqq160-sign.h
mqq-sign/mqq160-sign_P.c
mqq-sign/mqq160-sign_testkey.c
mqq-sign/mqq160-sign_testkey.h
mugi/mugi.c
noekeon/noekeon.c
present/present.c
rabbit/rabbit_c.c
rsa/rsa_key_blob.c
salsa20/salsa20.c
scal/scal-basic.c
seed/seed_sbox.h
serpent/serpent-sboxes_c.c
shabal/shabal192.c
shabal/shabal224.c
shabal/shabal256.c
shabal/shabal384.c
shabal/shabal512.c
skein/ubi.h
skein/ubi1024.c
skein/ubi256.c
skein/ubi512.c
skipjack/skipjack.c
test_src/cli-core.S
test_src/config.h
test_src/dump-decl.c
test_src/main-a5_1-test.c
test_src/main-aes-test.c
test_src/main-aes128-test.c
test_src/main-aes192-test.c
test_src/main-aes256-test.c
test_src/main-arcfour-test.c
test_src/main-base64-test.c
test_src/main-bigint-test.c
test_src/main-blake-test.c
test_src/main-bmw-test.c
test_src/main-camellia-test.c
test_src/main-cast5-test.c
test_src/main-cast6-test.c
test_src/main-cscipher-test.c
test_src/main-cubehash-test.c
test_src/main-des-test.c
test_src/main-dsa-test.c
test_src/main-echo-test.c
test_src/main-entropium-test.c
test_src/main-grain-test.c
test_src/main-groestl-test.c
test_src/main-hmac-md5-test.c
test_src/main-hmac-sha1-test.c
test_src/main-hmac-sha256-test.c
test_src/main-jh-test.c
test_src/main-keccak-test.c
test_src/main-khazad-test.c
test_src/main-md5-test.c
test_src/main-mickey128-test.c
test_src/main-mqq160-sign-test.c
test_src/main-mugi-test.c
test_src/main-noekeon-test.c
test_src/main-omac-noekeon-test.c
test_src/main-present-test.c
test_src/main-rabbit-test.c
test_src/main-rc5-test.c
test_src/main-rc6-test.c
test_src/main-rsa-test.c
test_src/main-salsa20-test.c
test_src/main-seed-test.c
test_src/main-serpent-test.c
test_src/main-sha1-test.c
test_src/main-sha256-test.c
test_src/main-shabal-test.c
test_src/main-shabea-test.c
test_src/main-shacal1_enc-test.c
test_src/main-shacal2_enc-test.c
test_src/main-skein-test.c
test_src/main-skipjack-test.c
test_src/main-tdes-test.c
test_src/main-threefish-test.c
test_src/main-trivium-test.c
test_src/main-twister-test.c
test_src/main-ubi-test.c
test_src/main-whirlpool-0-test.c
test_src/main-whirlpool-t-test.c
test_src/main-whirlpool-test.c
test_src/main-xtea-test.c
test_src/nessie_hash_test.c
test_src/nessie_mac_test.c
test_src/shavs.c
testconf/Groestl.conf
testconf/Skein.conf
testport.conf
testvectors/CAST-256.rfc2612.testvectors.txt [new file with mode: 0644]
testvectors/Mickey-v2-128-unverified.test-vectors [new file with mode: 0644]
testvectors/grain-v1-verified.test-vectors [new file with mode: 0644]
testvectors/salsa20-full-128-verified.test-vectors [new file with mode: 0644]
testvectors/salsa20-full-256-verified.test-vectors [new file with mode: 0644]
twister/twister.c
twister/twister_tables.c [new file with mode: 0644]
twister/twister_tables.h
whirlpool/whirlpool.c