]> git.cryptolib.org Git - avr-crypto-lib.git/commit
new hash function abstraction layer + shavs + dump util + ...
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 4 Feb 2009 13:50:15 +0000 (13:50 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 4 Feb 2009 13:50:15 +0000 (13:50 +0000)
commite5a49deb52521f019e37779d6e9d81ec4f02aba4
treec75a9b53e8aa1dc6fc18302f2426f67e5abd8b87
parente9d58dce0a1eca2c78aec260406e1605ae29fff7
new hash function abstraction layer + shavs + dump util + ...
216 files changed:
A5_1.c
A5_1.h
Makefile
aes.h
aes128_dec.c
aes128_dec.h
aes128_enc.c
aes128_enc.h
aes192_dec.c
aes192_dec.h
aes192_enc.c
aes192_enc.h
aes256_dec.c
aes256_dec.h
aes256_enc.c
aes256_enc.h
aes_dec-asm.S
aes_dec-asm_faster.S
aes_dec.c
aes_dec.h
aes_enc-asm.S
aes_enc.c
aes_enc.h
aes_invsbox-asm.S
aes_invsbox.h
aes_keyschedule-asm.S
aes_keyschedule.c
aes_keyschedule.h
aes_sbox-asm.S
aes_sbox.h
arcfour-asm.S
arcfour.c
arcfour.h
avr-asm-macros.S
bcal-basic.c
bcal-basic.h
bcal_aes128.c
bcal_aes128.h
bcal_aes192.c
bcal_aes192.h
bcal_aes256.c
bcal_aes256.h
bcal_camellia128.c
bcal_camellia128.h
bcal_cast5.c
bcal_cast5.h
bcal_des.c
bcal_des.h
bcal_present.c
bcal_present.h
bcal_rc5.c
bcal_rc5.h
bcal_rc6.c
bcal_rc6.h
bcal_seed.c
bcal_seed.h
bcal_serpent.c
bcal_serpent.h
bcal_skipjack.c
bcal_skipjack.h
bcal_tdes.c
bcal_tdes.h
bcal_xtea.c
bcal_xtea.h
blockcipher_descriptor.h
camellia-asm.S
camellia.h
camellia128-stub.c
camellia_C.c
cast5-sbox.h
cast5.c
cast5.h
config.h
debug.h
des.c
des.h
entropium.c
entropium.h
gf256mul.S
gf256mul.h
grain.c
grain.h
hashfunction_descriptor.h [new file with mode: 0644]
hfal-basic.c [new file with mode: 0644]
hfal-basic.h [new file with mode: 0644]
hfal_sha256.c [new file with mode: 0644]
hfal_sha256.h [new file with mode: 0644]
hmac-sha1.c
hmac-sha1.h
hmac-sha256.c
hmac-sha256.h
host/get_test.rb
keysize_descriptor.c
keysize_descriptor.h
md5-asm.S
md5.c
md5.h
md5_sbox.h
memxor.S
mkfiles/a5_1.mk
mkfiles/aes.mk
mkfiles/aes_asm_faster.mk
mkfiles/aes_c.mk
mkfiles/arcfour.mk
mkfiles/arcfour_c.mk
mkfiles/camellia.mk
mkfiles/cast5.mk
mkfiles/des.mk
mkfiles/entropium.mk
mkfiles/grain.mk
mkfiles/hmac-sha1.mk
mkfiles/hmac-sha256.mk
mkfiles/md5.mk
mkfiles/md5_asm.mk
mkfiles/noekeon.mk
mkfiles/noekeon_c.mk
mkfiles/omac_noekeon.mk
mkfiles/omac_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/sha1.mk
mkfiles/sha1_c.mk
mkfiles/sha256.mk
mkfiles/sha256_c.mk
mkfiles/shabea.mk
mkfiles/shacal1enc.mk
mkfiles/shacal2enc.mk
mkfiles/skipjack.mk
mkfiles/tdes.mk
mkfiles/trivium.mk
mkfiles/twister224.mk
mkfiles/twister224_c.mk
mkfiles/twister256.mk
mkfiles/twister256_c.mk
mkfiles/twister384.mk
mkfiles/twister384_c.mk
mkfiles/twister512.mk
mkfiles/twister512_c.mk
mkfiles/xtea.mk
mkfiles/xtea_c.mk
noekeon.c
noekeon.h
noekeon_asm.S
noekeon_cbc_enc.S
noekeon_ctr.S
noekeon_ctr.h
omac_noekeon.S
present.c
present.h
rc5.c
rc5.h
rc6.c
rc6.h
seed-asm.S
seed.h
seed_C.c
seed_sbox.h
serpent-asm.S
serpent-sboxes-bitslice-asm.S
serpent-sboxes-bitslice.c
serpent-sboxes-fast.S
serpent-sboxes-small.S
serpent-sboxes.h
serpent-sboxes_c.c
serpent.c
serpent.h
sha1-asm.S
sha1.c
sha1.h
sha256-asm.S
sha256.c
sha256.h
shacal1_enc.c
shacal1_enc.h
shacal2_enc.c
shacal2_enc.h
skipjack.c
skipjack.h
test_src/cli.c
test_src/cli.h
test_src/dump.c [new file with mode: 0644]
test_src/dump.h [new file with mode: 0644]
test_src/main-a5_1-test.c
test_src/main-sha256-test.c
test_src/nessie_bc_test.c
test_src/nessie_common.c
test_src/nessie_common.h
test_src/nessie_hash_test.c
test_src/nessie_mac_test.c
test_src/nessie_stream_test.c
test_src/shavs.c [new file with mode: 0644]
test_src/shavs.h [new file with mode: 0644]
trivium.c
trivium.h
twister-asm.S
twister-big-asm.S
twister-big.c
twister-small-asm.S
twister.c
twister.h
twister224.S
twister256.S
twister384.S
twister512.S
uart.h
xtea-asm.S
xtea.c
xtea.h