func crypto/rsa.SignPSS
2 uses
crypto/rsa (current package)
fips.go#L64: func SignPSS(rand io.Reader, priv *PrivateKey, hash crypto.Hash, digest []byte, opts *PSSOptions) ([]byte, error) {
rsa.go#L160: return SignPSS(rand, priv, pssOpts.Hash, digest, pssOpts)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)