golang.org/x/crypto/openpgp/packet.PublicKey.g (field)
15 uses
golang.org/x/crypto/openpgp/packet (current package)
public_key.go#L161: n, e, p, q, g, y parsedMPI
public_key.go#L204: g: fromBig(pub.G),
public_key.go#L219: g: fromBig(pub.G),
public_key.go#L353: pk.g.bytes, pk.g.bitLength, err = readMPI(r)
public_key.go#L365: dsa.G = new(big.Int).SetBytes(pk.g.bytes)
public_key.go#L378: pk.g.bytes, pk.g.bitLength, err = readMPI(r)
public_key.go#L389: elgamal.G = new(big.Int).SetBytes(pk.g.bytes)
public_key.go#L407: pLength += 2 + uint16(len(pk.g.bytes))
public_key.go#L411: pLength += 2 + uint16(len(pk.g.bytes))
public_key.go#L436: length += 2 + len(pk.g.bytes)
public_key.go#L440: length += 2 + len(pk.g.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)
 |
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. |