]> git.cryptolib.org Git - avr-crypto-lib.git/commit
adding CS-Cipher
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Sat, 18 Dec 2010 23:47:24 +0000 (23:47 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Sat, 18 Dec 2010 23:47:24 +0000 (23:47 +0000)
commit0542221a3e793e4455e84b271b07aa0959d5dfb3
tree5854347778c455c1212a295847029202872176d4
parentd7838aec004a60bafeb05ca862ae2a413e4aa7dc
adding CS-Cipher
20 files changed:
Makefile
avr-makefile.inc
bcal/bcal_cscipher.c [new file with mode: 0644]
bcal/bcal_cscipher.h [new file with mode: 0644]
cscipher/cscipher.h [new file with mode: 0644]
cscipher/cscipher_sbox.c [new file with mode: 0644]
cscipher/cscipher_sbox.h [new file with mode: 0644]
cscipher/cscipher_small.c [new file with mode: 0644]
cscipher/cscipher_tiny_asm.S [new file with mode: 0644]
cscipher/sbox_check.rb [new file with mode: 0644]
host/get_test.rb
jh/jh_simple_aux.c
jh/jh_simple_small_core.c
memxor/memxor.h
memxor/memxor_p.S [new file with mode: 0644]
mkfiles/cscipher_small_c.mk [new file with mode: 0644]
mkfiles/cscipher_tiny.mk [new file with mode: 0644]
mkfiles/cscipher_tiny_c.mk [new file with mode: 0644]
test_src/main-cscipher-test.c [new file with mode: 0644]
testvectors/Cs-cipher-128-64.test-vectors [new file with mode: 0644]