]> git.cryptolib.org Git - avr-crypto-lib.git/commit
+skein and ubi (512 and 1024bit mode) in assembler
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 25 Mar 2009 20:53:31 +0000 (20:53 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 25 Mar 2009 20:53:31 +0000 (20:53 +0000)
commitc239a90de4f9ea98d7c0f5962d200c1a6a6033d1
tree0c4af4688af919249b9e5f9b05a37619af16c590
parentf215d8ed649fd5bf5f85eb34f851a1539302013d
+skein and ubi (512 and 1024bit mode) in assembler
30 files changed:
avr-asm-macros.S
mkfiles/skein.mk
mkfiles/ubi.mk
skein1024_asm.S [new file with mode: 0644]
skein256_asm.S
skein512_asm.S [new file with mode: 0644]
test_src/main-threefish-test.c
testvectors/shavs/Skein/ExtremelyLongMsgKAT_224.txt [new file with mode: 0644]
testvectors/shavs/Skein/ExtremelyLongMsgKAT_256.txt [new file with mode: 0644]
testvectors/shavs/Skein/ExtremelyLongMsgKAT_384.txt [new file with mode: 0644]
testvectors/shavs/Skein/ExtremelyLongMsgKAT_512.txt [new file with mode: 0644]
testvectors/shavs/Skein/ExtremelyLongMsgKAT_768.txt [new file with mode: 0644]
testvectors/shavs/Skein/LongMsgKAT_224.txt [new file with mode: 0644]
testvectors/shavs/Skein/LongMsgKAT_256.txt [new file with mode: 0644]
testvectors/shavs/Skein/LongMsgKAT_384.txt [new file with mode: 0644]
testvectors/shavs/Skein/LongMsgKAT_512.txt [new file with mode: 0644]
testvectors/shavs/Skein/LongMsgKAT_768.txt [new file with mode: 0644]
testvectors/shavs/Skein/MonteCarlo_224.txt [new file with mode: 0644]
testvectors/shavs/Skein/MonteCarlo_256.txt [new file with mode: 0644]
testvectors/shavs/Skein/MonteCarlo_384.txt [new file with mode: 0644]
testvectors/shavs/Skein/MonteCarlo_512.txt [new file with mode: 0644]
testvectors/shavs/Skein/MonteCarlo_768.txt [new file with mode: 0644]
testvectors/shavs/Skein/ShortMsgKAT_1024.txt [new file with mode: 0644]
testvectors/shavs/Skein/ShortMsgKAT_224.txt [new file with mode: 0644]
testvectors/shavs/Skein/ShortMsgKAT_256.txt [new file with mode: 0644]
testvectors/shavs/Skein/ShortMsgKAT_384.txt [new file with mode: 0644]
testvectors/shavs/Skein/ShortMsgKAT_512.txt [new file with mode: 0644]
testvectors/shavs/Skein/ShortMsgKAT_768.txt [new file with mode: 0644]
ubi1024_asm.S [new file with mode: 0644]
ubi512_asm.S [new file with mode: 0644]