golang.org/x/crypto/openpgp/packet.PublicKey.p (field)
17 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L161: n, e, p, q, g, y parsedMPI
public_key.go#L202: p: fromBig(pub.P),
public_key.go#L218: p: fromBig(pub.P),
public_key.go#L345: pk.p.bytes, pk.p.bitLength, err = readMPI(r)
public_key.go#L363: dsa.P = new(big.Int).SetBytes(pk.p.bytes)
public_key.go#L374: pk.p.bytes, pk.p.bitLength, err = readMPI(r)
public_key.go#L388: elgamal.P = new(big.Int).SetBytes(pk.p.bytes)
public_key.go#L405: pLength += 2 + uint16(len(pk.p.bytes))
public_key.go#L410: pLength += 2 + uint16(len(pk.p.bytes))
public_key.go#L434: length += 2 + len(pk.p.bytes)
public_key.go#L439: length += 2 + len(pk.p.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)
public_key.go#L746: bitLength = pk.p.bitLength
public_key.go#L748: bitLength = pk.p.bitLength
 |
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. |