]> git.cryptolib.org Git - avr-crypto-lib.git/commit
a first idea of twister (only 224 and 256 bit) more comming soon
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Sun, 21 Dec 2008 00:16:09 +0000 (00:16 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Sun, 21 Dec 2008 00:16:09 +0000 (00:16 +0000)
commit4469def3e210fc904cfefc5b158fc6d4dc5f6e47
tree031257c8152f6d104cdeb1b075bdd3d4803b868c
parent86af17284402f8198778fcb63a67f0503c1e48c8
a first idea of twister (only 224 and 256 bit) more comming soon
12 files changed:
cast5.c
gf256mul.S [new file with mode: 0644]
gf256mul.h [new file with mode: 0644]
mkfiles/twister224.mk [new file with mode: 0644]
mkfiles/twister256.mk [new file with mode: 0644]
test_src/main-twister224-test.c [new file with mode: 0644]
test_src/main-twister256-test.c [new file with mode: 0644]
twister-small.c [new file with mode: 0644]
twister-small.h [new file with mode: 0644]
twister.c [new file with mode: 0644]
twister.h [new file with mode: 0644]
twister_tables.h [new file with mode: 0644]