]> git.cryptolib.org Git - avr-crypto-lib.git/commit
present looks better now (using unverified testvectors)
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 25 Apr 2012 22:36:52 +0000 (22:36 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 25 Apr 2012 22:36:52 +0000 (22:36 +0000)
commit7715ef86b09869014eb5afd319e4acc2ce157b00
tree31dd495ec99faf9c8c49700a66151d5bc92e067e
parentcc6b183296a5852449e3324737e2a2dece788786
present looks better now (using unverified testvectors)
34 files changed:
Makefile_main.inc
Makefile_sys_conf.inc
bcal/bcal_present.c [deleted file]
bcal/bcal_present.h [deleted file]
bcal/bcal_present128.c [new file with mode: 0644]
bcal/bcal_present128.h [new file with mode: 0644]
bcal/bcal_present80.c [new file with mode: 0644]
bcal/bcal_present80.h [new file with mode: 0644]
host/get_test.rb
host/rsa_pkcs1v15_check.rb
host/sumsize.rb [new file with mode: 0644]
mkfiles/hmac-md5.mk
mkfiles/hmac-sha1.mk
mkfiles/present.mk
present/present.c [deleted file]
present/present.h [deleted file]
present/present128.c [new file with mode: 0644]
present/present128.h [new file with mode: 0644]
present/present80.c [new file with mode: 0644]
present/present80.h [new file with mode: 0644]
present/present_common.c [new file with mode: 0644]
present/present_common.h [new file with mode: 0644]
present/present_speed.c [new file with mode: 0644]
present/present_speed.h [new file with mode: 0644]
rsa/rsa_basic.c
rsa/rsa_basic.h
rsa/rsaes_oaep.c
rsa/rsaes_pkcs1v15.c
sumsize.rb [deleted file]
test_src/main-present-test.c
test_src/main-rsaes_oaep-test.c
test_src/main-rsaes_pkcs1v15-test.c
testvectors/present/nessie-present-128_le.txt [new file with mode: 0644]
testvectors/present/nessie-present-80_le.txt [new file with mode: 0644]