golang.org/x/crypto/openpgp/elgamal.PublicKey.G (field)
4 uses
golang.org/x/crypto/openpgp/elgamal (current package)
elgamal.go#L25: G, P, Y *big.Int
elgamal.go#L62: c1 = new(big.Int).Exp(pub.G, k, pub.P)
golang.org/x/crypto/openpgp/packet
public_key.go#L219: g: fromBig(pub.G),
public_key.go#L389: elgamal.G = new(big.Int).SetBytes(pk.g.bytes)
![]() |
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. |