aboutsummaryrefslogtreecommitdiff
path: root/api/next
diff options
context:
space:
mode:
authorAndrey Pshenkin <andrey.pshenkin@gmail.com>2025-09-12 18:43:13 +0100
committerGopher Robot <gobot@golang.org>2025-11-25 08:22:22 -0800
commit0d2baa808c837e2c5db1c0e51e53ae8fa6ce9b86 (patch)
tree8289f7eb35b2b51a4246d540b9f2f5d759459ac7 /api/next
parent09e377b599cd723286af65ee2f741fd99b5d7676 (diff)
downloadgo-0d2baa808c837e2c5db1c0e51e53ae8fa6ce9b86.tar.xz
crypto/rsa: add EncryptOAEPWithOptions
Co-authored-by: Filippo Valsorda <filippo@golang.org> Change-Id: I78968794d609a7b343e5affc141d8ba96a6a6964 Reviewed-on: https://go-review.googlesource.com/c/go/+/722260 Reviewed-by: Roland Shoemaker <roland@golang.org> TryBot-Bypass: Filippo Valsorda <filippo@golang.org> Reviewed-by: Cherry Mui <cherryyz@google.com> Auto-Submit: Filippo Valsorda <filippo@golang.org> Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Diffstat (limited to 'api/next')
-rw-r--r--api/next/65716.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/next/65716.txt b/api/next/65716.txt
new file mode 100644
index 0000000000..aad479698b
--- /dev/null
+++ b/api/next/65716.txt
@@ -0,0 +1 @@
+pkg crypto/rsa, func EncryptOAEPWithOptions(io.Reader, *PublicKey, []uint8, *OAEPOptions) ([]uint8, error) #65716