]> git.cryptolib.org Git - avr-crypto-lib.git/commit
new MD5 ins ASM with C (working on pure ASM implementation) plus enhancments in asm...
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Tue, 25 Nov 2008 01:23:22 +0000 (01:23 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Tue, 25 Nov 2008 01:23:22 +0000 (01:23 +0000)
commit5ac75cfae217122b540c1a6d258054230dc534c3
treeaf468fb53dc91dd84ecd9044c1fd91957f776319
parent7c4486d3328c45462fd276916cb94b80b48725fc
new MD5 ins ASM with C (working on pure ASM implementation) plus enhancments in asm Macros
small changes in MD5 C-implementation (migth be a little faster)
little bug fixed in Nessie-Hash-Test
16 files changed:
Makefile
arcfour.c
arcfour.h
avr-asm-macros.S
avr-makefile.inc
config.h
md5-asm.S [new file with mode: 0644]
md5-stub.c [new file with mode: 0644]
md5.c
mkfiles/md5_asm.mk [new file with mode: 0644]
sha256-asm.S
test_src/cli.c
test_src/main-md5-test.c
test_src/nessie_hash_test.c
test_src/performance_test.c
test_src/uart.c