]> git.ipfire.org Git - thirdparty/nettle.git/commit
Implement encryption/decryption RSA-OAEP
authorNicolas Mora <git@babelouest.org>
Fri, 12 Feb 2021 18:59:41 +0000 (13:59 -0500)
committerDaiki Ueno <dueno@redhat.com>
Thu, 15 Feb 2024 00:13:22 +0000 (09:13 +0900)
commitcfd45e459598d0603d0c7c4f6bdb31c31e6a477c
treefadc2ebd9cad9c77e40ab43639bf41aac39e5e2f
parentb387a667be93b1c4801aeb6fc0714ca17bd74d45
Implement encryption/decryption RSA-OAEP

Modified-by: Daiki Ueno <dueno@redhat.com>
14 files changed:
Makefile.in
nettle.texinfo
oaep.c [new file with mode: 0644]
oaep.h [new file with mode: 0644]
rsa-internal.h
rsa-oaep-decrypt.c [new file with mode: 0644]
rsa-oaep-encrypt.c [new file with mode: 0644]
rsa.h
testsuite/.gitignore
testsuite/Makefile.in
testsuite/rsa-oaep-encrypt-test.c [new file with mode: 0644]
testsuite/sc-rsa-oaep-encrypt-test [new file with mode: 0755]
testsuite/testutils.c
testsuite/testutils.h