]> git.cryptolib.org Git - arm-crypto-lib.git/commit
Adding CS-Cipher
authorbg <daniel.otte@rub.de>
Fri, 4 Feb 2011 22:29:42 +0000 (23:29 +0100)
committerbg <daniel.otte@rub.de>
Fri, 4 Feb 2011 22:29:42 +0000 (23:29 +0100)
commit85b852d666a9b72aa035e4c0289f4291f971a3c3
tree700e5cd5517344975fdc7a93a4630b37fd63364e
parent61b5214b9a948a74fe9c22586b84d19d24537fdb
Adding CS-Cipher
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/sbox_check.rb [new file with mode: 0644]
mkfiles/cscipher_small_c.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]