]> git.cryptolib.org Git - avr-crypto-lib.git/commit
threefish decryption (256, 512 and 1024 bit) in assembler
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Mon, 30 Mar 2009 23:42:48 +0000 (23:42 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Mon, 30 Mar 2009 23:42:48 +0000 (23:42 +0000)
commit877bd61c0f8df66c000d0f9f35d87cddc5dd0957
tree32fcdc12b588d4fab1e784b361356aafee7f6d7f
parentc239a90de4f9ea98d7c0f5962d200c1a6a6033d1
threefish decryption (256, 512 and 1024 bit) in assembler
host/optimize_shift.rb
mkfiles/threefish.mk
test_src/main-threefish-test.c
threefish1024_dec_asm.S [new file with mode: 0644]
threefish256_dec_asm.S [new file with mode: 0644]
threefish512_dec_asm.S [new file with mode: 0644]
threefish_invmix.S [new file with mode: 0644]
threefish_mix.S