func golang.org/x/crypto/openpgp/packet.NewECDSAPublicKey
4 uses
golang.org/x/crypto/openpgp/packet (current package)
private_key.go#L62: pk.PublicKey = *NewECDSAPublicKey(creationTime, &priv.PublicKey)
private_key.go#L79: pk.PublicKey = *NewECDSAPublicKey(creationTime, pubkey)
private_key.go#L81: pk.PublicKey = *NewECDSAPublicKey(creationTime, &pubkey)
public_key.go#L227: func NewECDSAPublicKey(creationTime time.Time, pub *ecdsa.PublicKey) *PublicKey {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |