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

9 uses

	golang.org/x/crypto/openpgp/packet (current package)
		public_key.go#L161: 	n, e, p, q, g, y parsedMPI
		public_key.go#L188: 		n:            fromBig(pub.N),
		public_key.go#L317: 	pk.n.bytes, pk.n.bitLength, err = readMPI(r)
		public_key.go#L331: 		N: new(big.Int).SetBytes(pk.n.bytes),
		public_key.go#L402: 		pLength += 2 + uint16(len(pk.n.bytes))
		public_key.go#L431: 		length += 2 + len(pk.n.bytes)
		public_key.go#L481: 		return writeMPIs(w, pk.n, pk.e)
		public_key.go#L744: 		bitLength = pk.n.bitLength