]> git.cryptolib.org Git - arm-crypto-lib.git/commit
introducing RSA-OAEP (can encrypt one message correctly)
authorbg <daniel.otte@rub.de>
Sun, 19 Feb 2012 23:33:57 +0000 (00:33 +0100)
committerbg <daniel.otte@rub.de>
Sun, 19 Feb 2012 23:33:57 +0000 (00:33 +0100)
commitad20a79e4270ac6d3d7c0af08efb287865dca42a
treea6015fac9a16ab5bba8fe6e2bafde2f718e8c0a8
parentf47523ef3943cceaa73f0a80360472bc357d60fb
introducing RSA-OAEP (can encrypt one message correctly)
16 files changed:
bigint/bigint.c
bigint/bigint.h
hfal/hfal-basic.c
hfal/hfal-basic.h
mkfiles/rsa.mk [deleted file]
mkfiles/rsa_oaep.mk [new file with mode: 0644]
openocd.cfg
rsa/rsa_oaep.c [new file with mode: 0644]
rsa/rsa_oaep.h [new file with mode: 0644]
test_src/main-rsa-test.c [deleted file]
test_src/main-rsa_oaep-test.c [new file with mode: 0644]
testvectors/rsa-pkcs-1v2-1-vec/oaep-int.txt [new file with mode: 0644]
testvectors/rsa-pkcs-1v2-1-vec/oaep-vect.txt [new file with mode: 0644]
testvectors/rsa-pkcs-1v2-1-vec/pss-int.txt [new file with mode: 0644]
testvectors/rsa-pkcs-1v2-1-vec/pss-vect.txt [new file with mode: 0644]
testvectors/rsa-pkcs-1v2-1-vec/readme.txt [new file with mode: 0644]