]> git.cryptolib.org Git - avr-crypto-lib.git/commit
new cli system
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Fri, 30 Jan 2009 23:00:04 +0000 (23:00 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Fri, 30 Jan 2009 23:00:04 +0000 (23:00 +0000)
commit572b35bb7409fb362441e0812cb62eab9f2411f0
tree188b501859ca8ee1663478d5da8114039daa9a01
parent17332291e15183d71d88ed868275e3cb53917180
new cli system
54 files changed:
config.h
host/gf256_table_gen.c
host/gf256mul.c
host/gf256mul.h
mkfiles/a5_1.mk
test_src/cli.c
test_src/cli.h
test_src/debug.c
test_src/main-a5_1-test.c
test_src/main-aes-test.c
test_src/main-arcfour-test.c
test_src/main-camellia-test.c
test_src/main-cast5-test.c
test_src/main-des-test.c
test_src/main-entropium-test.c
test_src/main-grain-test.c
test_src/main-hmac-sha1-test.c
test_src/main-hmac-sha256-test.c
test_src/main-md5-test.c
test_src/main-noekeon-test.c
test_src/main-omac-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-sha1-test.c
test_src/main-sha256-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-skipjack-test.c
test_src/main-tdes-test.c
test_src/main-trivium-test.c
test_src/main-twister224-test.c
test_src/main-twister256-test.c
test_src/main-twister384-test.c
test_src/main-twister512-test.c
test_src/main-xtea-test.c
test_src/nessie_bc_test.c
test_src/nessie_bc_test.h
test_src/nessie_common.c
test_src/nessie_common.h
test_src/nessie_hash_test.c
test_src/nessie_hash_test.h
test_src/nessie_mac_test.c
test_src/nessie_mac_test.h
test_src/nessie_stream_test.c
test_src/nessie_stream_test.h
test_src/performance_test.c
test_src/performance_test.h
test_src/serial-tools.c
test_src/serial-tools.h
test_src/uart.c