crypto/rsa: correct EncryptOAEP doc comment
Fixes #44777 Corrected the documentation comment on the EncryptOAEP function from 'if a given public key is used to decrypt two types of messages' to 'if a given public key is used to encrypt two types of messages'. Change-Id: I02aff90d0414960eae72352c0e4d8ba2e8f8eca6 GitHub-Last-Rev: ea28663f8719e8fd0dcb10cf97ffbdcf4bd9674f GitHub-Pull-Request: golang/go#45032 Reviewed-on: https://go-review.googlesource.com/c/go/+/301714 Reviewed-by:Filippo Valsorda <filippo@golang.org> Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Trust: Robert Findley <rfindley@google.com>
Loading
Please sign in to comment