func golang.org/x/crypto/openpgp/packet.NewElGamalPublicKey

2 uses

	golang.org/x/crypto/openpgp/packet (current package)
		private_key.go#L55: 	pk.PublicKey = *NewElGamalPublicKey(creationTime, &priv.PublicKey)
		public_key.go#L213: func NewElGamalPublicKey(creationTime time.Time, pub *elgamal.PublicKey) *PublicKey {