golang.org/x/crypto/openpgp/packet.PublicKeyV3.n (field)
13 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key_v3.go#L35: n, e parsedMPI
public_key_v3.go#L45: n: fromBig(pub.N),
public_key_v3.go#L82: fingerPrint.Write(pk.n.bytes)
public_key_v3.go#L85: pk.KeyId = binary.BigEndian.Uint64(pk.n.bytes[len(pk.n.bytes)-8:])
public_key_v3.go#L91: if pk.n.bytes, pk.n.bitLength, err = readMPI(r); err != nil {
public_key_v3.go#L100: if len(pk.n.bytes) < 8 {
public_key_v3.go#L107: rsa := &rsa.PublicKey{N: new(big.Int).SetBytes(pk.n.bytes)}
public_key_v3.go#L123: pLength += 2 + uint16(len(pk.n.bytes))
public_key_v3.go#L138: length += 2 + len(pk.n.bytes)
public_key_v3.go#L178: return writeMPIs(w, pk.n, pk.e)
public_key_v3.go#L274: 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. |