func crypto/internal/fips140/ecdsa.NewPublicKey
4 uses
crypto/internal/fips140/ecdsa (current package)
ecdsa.go#L164: pub, err := NewPublicKey(c, Q)
ecdsa.go#L184: func NewPublicKey[P Point[P]](c *Curve[P], Q []byte) (*PublicKey, error) {
crypto/ecdsa
ecdsa.go#L126: k, err := ecdsa.NewPublicKey(c, data)
ecdsa.go#L569: return ecdsa.NewPublicKey(c, Q)
![]() |
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. |