]> git.cryptolib.org Git - avr-crypto-lib.git/commit
threefish encrytion in 512 and 1024 bit in assembler
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 25 Mar 2009 01:19:17 +0000 (01:19 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 25 Mar 2009 01:19:17 +0000 (01:19 +0000)
commitf215d8ed649fd5bf5f85eb34f851a1539302013d
treeb8571c3c7030b1d083c62afd1b5d2377d9c7a7a4
parentba4ac1b4a8020026fb6f1a45a1e04e16017262f7
threefish encrytion in 512 and 1024 bit in assembler
host/optimize_shift.rb [new file with mode: 0644]
host/threefish_helper.rb [new file with mode: 0644]
mkfiles/threefish.mk
test_src/main-threefish-test.c
threefish.h
threefish1024_dec.c [new file with mode: 0644]
threefish1024_enc_asm.S [new file with mode: 0644]
threefish256_enc_asm.S
threefish512_dec.c [new file with mode: 0644]
threefish512_enc_asm.S [new file with mode: 0644]
threefish_mix.S