]> git.cryptolib.org Git - avr-crypto-lib.git/commit
adding RSA-OAEP
authorbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 28 Mar 2012 02:25:11 +0000 (02:25 +0000)
committerbg <bg@b1d182e4-1ff8-0310-901f-bddb46175740>
Wed, 28 Mar 2012 02:25:11 +0000 (02:25 +0000)
commit997bf1010de28a0a7246b792254a1ec6a59d5d4d
tree44d10d8e043d1fb4a3bcc99db8fdabbae6232de4
parentf947a91725d102074386e84dc98d819d7f935611
adding RSA-OAEP
25 files changed:
Makefile_en21 [new file with mode: 0644]
Makefile_en21_conf.inc [new file with mode: 0644]
Makefile_m644 [new file with mode: 0644]
Makefile_m644_conf.inc [new file with mode: 0644]
Makefile_main.inc [new file with mode: 0644]
Makefile_sys_conf.inc [new file with mode: 0644]
avr-makefile.inc
bigint/bigint.c
bigint/bigint.h
bigint/bigint_io.c
bigint/bigint_io.h
host/bigint_test.rb
mkfiles/001_cli_std.mk
mkfiles/rsa_oaep.mk [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_oaep.c [new file with mode: 0644]
rsa/rsa_oaep.h [new file with mode: 0644]
skipjack/skipjack.c
test_src/cli-hexdump.S
test_src/main-rsa_oaep-test.c [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/pkcs1v15crypt-vectors.txt [new file with mode: 0644]