]> git.cryptolib.org Git - arm-crypto-lib.git/commit
added arcfour/rc4
authorbg <daniel.otte@rub.de>
Tue, 19 Jul 2011 16:20:06 +0000 (18:20 +0200)
committerbg <daniel.otte@rub.de>
Tue, 19 Jul 2011 16:20:06 +0000 (18:20 +0200)
commit498cf95d73faff93a848d2c0ffec3987769670bb
treeaff85a2c55077ac4b1b0961df9a4a315a77d9c00
parent85aee632b0799ce567b9df7a6d16f59ab1564b34
added arcfour/rc4
26 files changed:
Makefile
arcfour/arcfour.c [new file with mode: 0644]
arcfour/arcfour.h [new file with mode: 0644]
arm-makefile.inc
mkfiles/arcfour_c.mk [new file with mode: 0644]
openocd.cfg
scal/scal-basic.c [new file with mode: 0644]
scal/scal-basic.h [new file with mode: 0644]
scal/scal-nessie.c [new file with mode: 0644]
scal/scal-nessie.h [new file with mode: 0644]
scal/scal_arcfour.c [new file with mode: 0644]
scal/scal_arcfour.h [new file with mode: 0644]
test_src/cli-basics.o [deleted file]
test_src/cli-core.o [deleted file]
test_src/cli-hexdump.o [deleted file]
test_src/cli.c
test_src/cli.h
test_src/cmacvs.c
test_src/main-arcfour-test.c [new file with mode: 0644]
test_src/nessie_common.c
test_src/shavs.c
test_src/string-extras.c
test_src/string-extras.h
test_src/sysclock.o [deleted file]
test_src/uart_i.c
testvectors/Rc4-arcfour-128.verified.test-vectors [new file with mode: 0644]