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
 |
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. |