]> git.cryptolib.org Git - avr-crypto-lib.git/commit
twister now in ASM
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Sun, 28 Dec 2008 20:20:22 +0000 (20:20 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Sun, 28 Dec 2008 20:20:22 +0000 (20:20 +0000)
commit288c82e97b3c37666b1c11475b45a956b3e5e8e0
tree230ce81f5d9d4f792677939b6cad4b86db55035e
parent0076b72ccd398bf7571c5144ba36eda8a24f6c70
twister now in ASM
28 files changed:
avr-asm-macros.S
gf256mul.S
mkfiles/twister224.mk
mkfiles/twister224_c.mk [new file with mode: 0644]
mkfiles/twister256.mk
mkfiles/twister256_c.mk [new file with mode: 0644]
mkfiles/twister384.mk [new file with mode: 0644]
mkfiles/twister384_c.mk [new file with mode: 0644]
mkfiles/twister512.mk
mkfiles/twister512_c.mk [new file with mode: 0644]
test_src/main-twister224-test.c
test_src/main-twister256-test.c
test_src/main-twister384-test.c [new file with mode: 0644]
test_src/main-twister512-test.c
twister-asm.S [new file with mode: 0644]
twister-big-asm.S [new file with mode: 0644]
twister-big.c
twister-big.h
twister-small-asm.S [new file with mode: 0644]
twister-small-stub.c [new file with mode: 0644]
twister-small.c
twister-stub.c [new file with mode: 0644]
twister.c
twister224.S [new file with mode: 0644]
twister256.S [new file with mode: 0644]
twister384.S [new file with mode: 0644]
twister512.S [new file with mode: 0644]
twister_ref.h [new file with mode: 0644]