serenity
serenity copied to clipboard
LibWeb: Implement (ish) importKey, encrypt and decrypt for RSA-OAEP
TODO: Tests
The encrypt and decrypt parts are stubs, as I don't think we have this operation implemented in LibCrypto yet https://www.rfc-editor.org/rfc/rfc3447#section-7.1.1
Part of #23484