]> git.cryptolib.org Git - arm-crypto-lib.git/commit
first idea of RSA (PKCS#1 v1.5)
authorbg <daniel.otte@rub.de>
Sun, 13 Nov 2011 03:55:21 +0000 (04:55 +0100)
committerbg <daniel.otte@rub.de>
Sun, 13 Nov 2011 03:55:21 +0000 (04:55 +0100)
commit3edc70ba3f2306ec503fb5e99858d28659dcac65
tree2999a860e379b846bcca4b450747f44d4e6b8306
parent52867acc0c7f09a79efbbb738cef0c3f5a2abb04
first idea of RSA (PKCS#1 v1.5)
15 files changed:
bigint/bigint-stub.c [deleted file]
bigint/bigint.c
bigint/bigint.h
mkfiles/rsa.mk [new file with mode: 0644]
prf_tls12/prf_tls12.c
rsa/pkcs1v15crypt-vectors.txt [new file with mode: 0644]
rsa/pkcs1v15crypt-vectors.txt.ps [new file with mode: 0644]
rsa/random_dummy.c [new file with mode: 0644]
rsa/random_dummy.h [new file with mode: 0644]
rsa/rsa_basic.c [new file with mode: 0644]
rsa/rsa_basic.h [new file with mode: 0644]
rsa/rsa_pkcs15.c [new file with mode: 0644]
rsa/rsa_pkcs15.h [new file with mode: 0644]
test_src/main-prf_tls12-test.c
test_src/main-rsa-test.c [new file with mode: 0644]