crypto/internal/fips140/rsa.PrivateKey.PublicKey (method)
4 uses
crypto/internal/fips140/rsa (current package)
cast.go#L226: if err := verifyPKCS1v15(k.PublicKey(), "SHA-256", hash, sig); err != nil {
keygen.go#L125: return verifyPKCS1v15(k.PublicKey(), "SHA-256", hash, sig)
rsa.go#L44: func (priv *PrivateKey) PublicKey() *PublicKey {
crypto/rsa
fips.go#L106: saltLength, err = rsa.PSSMaxSaltLength(k.PublicKey(), h)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |