From b64446648b61085715908b2769bbdfee7b2c84e4 Mon Sep 17 00:00:00 2001 From: Tobias Nießen Date: Sun, 8 Sep 2019 04:41:04 +0200 Subject: crypto: add oaepLabel option The label acts as the "L" input to the RSA-OAEP algorithm. PR-URL: https://github.com/nodejs/node/pull/29489 Reviewed-By: David Carlier Reviewed-By: Ben Noordhuis Reviewed-By: Minwoo Jung Reviewed-By: James M Snell --- doc/api/crypto.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'doc') diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 137d6e0508..ca2e02d190 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2383,6 +2383,9 @@ An array of supported digest functions can be retrieved using