golang.org/x/crypto/openpgp/packet.PublicKey.g (field)

15 uses

	golang.org/x/crypto/openpgp/packet (current package)
		public_key.go#L161: 	n, e, p, q, g, y parsedMPI
		public_key.go#L204: 		g:            fromBig(pub.G),
		public_key.go#L219: 		g:            fromBig(pub.G),
		public_key.go#L353: 	pk.g.bytes, pk.g.bitLength, err = readMPI(r)
		public_key.go#L365: 	dsa.G = new(big.Int).SetBytes(pk.g.bytes)
		public_key.go#L378: 	pk.g.bytes, pk.g.bitLength, err = readMPI(r)
		public_key.go#L389: 	elgamal.G = new(big.Int).SetBytes(pk.g.bytes)
		public_key.go#L407: 		pLength += 2 + uint16(len(pk.g.bytes))
		public_key.go#L411: 		pLength += 2 + uint16(len(pk.g.bytes))
		public_key.go#L436: 		length += 2 + len(pk.g.bytes)
		public_key.go#L440: 		length += 2 + len(pk.g.bytes)
		public_key.go#L483: 		return writeMPIs(w, pk.p, pk.q, pk.g, pk.y)
		public_key.go#L485: 		return writeMPIs(w, pk.p, pk.g, pk.y)