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