Skip to content

RSA-OAEP encryption/decryption

Nicolas Mora requested to merge babelouest/nettle:rsa-oaep into master

This is the implementation of the RSAES-OAEP as defined in the RFC 3347

The added test suite verifies the test vectors provided in the RFC 7516 and the Document "RSAES-OAEP Encryption Scheme Algorithm specification and supporting documentation"

Merge request reports