golang.org/x/crypto/openpgp/packet.PublicKey.q (field)
8 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L161: n, e, p, q, g, y parsedMPI
public_key.go#L203: q: fromBig(pub.Q),
public_key.go#L349: pk.q.bytes, pk.q.bitLength, err = readMPI(r)
public_key.go#L364: dsa.Q = new(big.Int).SetBytes(pk.q.bytes)
public_key.go#L406: pLength += 2 + uint16(len(pk.q.bytes))
public_key.go#L435: length += 2 + len(pk.q.bytes)
public_key.go#L483: return writeMPIs(w, pk.p, pk.q, pk.g, pk.y)
 |
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. |