golang.org/x/crypto/openpgp/elgamal.PrivateKey.X (field)
4 uses
golang.org/x/crypto/openpgp/elgamal (current package)
elgamal.go#L31: X *big.Int
elgamal.go#L78: s := new(big.Int).Exp(c1, priv.X, priv.P)
golang.org/x/crypto/openpgp/packet
private_key.go#L232: return writeBig(w, priv.X)
private_key.go#L360: priv.X = new(big.Int).SetBytes(x)
![]() |
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. |