]> git.cryptolib.org Git - arm-crypto-lib.git/commit
forgotten file (a lot of them)
authorbg <daniel.otte@rub.de>
Tue, 18 Sep 2012 18:19:51 +0000 (20:19 +0200)
committerbg <daniel.otte@rub.de>
Tue, 18 Sep 2012 18:19:51 +0000 (20:19 +0200)
commit2a4779378a7bf4322a0e6b2024284092135e8a3d
treead837ba75db5b44348882720d28b278ff6596b49
parente69f1207a9fbd9c0f45bfdbb2d8ebe9852d95969
forgotten file (a lot of them)
50 files changed:
camellia/camellia.h [new file with mode: 0644]
camellia/camellia_C.c [new file with mode: 0644]
dsa/dsa.h [new file with mode: 0644]
dsa/dsa_key_blob.c [new file with mode: 0644]
dsa/dsa_key_blob.h [new file with mode: 0644]
dsa/dsa_sign.c [new file with mode: 0644]
dsa/dsa_verify.c [new file with mode: 0644]
entropium/entropium.c [new file with mode: 0644]
entropium/entropium.h [new file with mode: 0644]
hmac-md5/hmac-md5.c [new file with mode: 0644]
hmac-md5/hmac-md5.h [new file with mode: 0644]
hmac-sha1/hmac-sha1.c [new file with mode: 0644]
hmac-sha1/hmac-sha1.h [new file with mode: 0644]
hmac-sha256/hmac-sha256.c [new file with mode: 0644]
hmac-sha256/hmac-sha256.h [new file with mode: 0644]
main_headers [new file with mode: 0644]
mkfiles/001_scal_std.mk [new file with mode: 0644]
mkfiles/002_bcal_algos.mk [new file with mode: 0644]
mkfiles/002_hfal_algos.mk [new file with mode: 0644]
mkfiles/002_scal_algos.mk [new file with mode: 0644]
mkfiles/bmw_asm.mk [new file with mode: 0644]
mkfiles/bmw_asm_speed.mk [new file with mode: 0644]
mkfiles/bmw_asmmix_speed.mk [new file with mode: 0644]
mkfiles/camellia_c.mk [new file with mode: 0644]
mkfiles/dsa.mk [new file with mode: 0644]
mkfiles/entropium.mk [new file with mode: 0644]
mkfiles/hmac-md5.mk [new file with mode: 0644]
mkfiles/hmac-sha1.mk [new file with mode: 0644]
mkfiles/hmac-sha256.mk [new file with mode: 0644]
mkfiles/zza_lib_cli_std.mk [new file with mode: 0644]
rsa/rsaes_oaep.c [new file with mode: 0644]
rsa/rsaes_oaep.h [new file with mode: 0644]
rsa/rsaes_pkcs1v15.c [new file with mode: 0644]
rsa/rsaes_pkcs1v15.h [new file with mode: 0644]
streamcipher_descriptor.h [new file with mode: 0644]
test_src/main-camellia-test.c [new file with mode: 0644]
test_src/main-dsa-test.c [new file with mode: 0644]
test_src/main-entropium-test.c [new file with mode: 0644]
test_src/main-hmac-md5-test.c [new file with mode: 0644]
test_src/main-hmac-sha1-test.c [new file with mode: 0644]
test_src/main-hmac-sha256-test.c [new file with mode: 0644]
test_src/main-rsaes_oaep-test.c [new file with mode: 0644]
test_src/main-rsaes_pkcs1v15-test.c [new file with mode: 0644]
test_src/main-sha2-test.c [new file with mode: 0644]
test_src/nessie_bc_test.c [new file with mode: 0644]
test_src/nessie_bc_test.h [new file with mode: 0644]
test_src/nessie_mac_test.c [new file with mode: 0644]
test_src/nessie_mac_test.h [new file with mode: 0644]
test_src/nessie_stream_test.c [new file with mode: 0644]
test_src/nessie_stream_test.h [new file with mode: 0644]