"crypto/internal/randutil"
)
- // This file implements encryption and decryption using PKCS#1 v1.5 padding.
+import "crypto/internal/boring"
+
+ // This file implements encryption and decryption using PKCS #1 v1.5 padding.
- // PKCS1v15DecrypterOpts is for passing options to PKCS#1 v1.5 decryption using
+ // PKCS1v15DecrypterOpts is for passing options to PKCS #1 v1.5 decryption using
// the crypto.Decrypter interface.
type PKCS1v15DecryptOptions struct {
// SessionKeyLen is the length of the session key that is being