crypto/dsa.PrivateKey.X (field)
11 uses
crypto/dsa (current package)
dsa.go#L39: X *big.Int
dsa.go#L178: priv.X = x
dsa.go#L211: if priv.Q.Sign() <= 0 || priv.P.Sign() <= 0 || priv.G.Sign() <= 0 || priv.X.Sign() <= 0 || n%8 != 0 {
dsa.go#L247: s = new(big.Int).Mul(priv.X, r)
golang.org/x/crypto/openpgp/packet
private_key.go#L228: return writeBig(w, priv.X)
private_key.go#L341: dsaPriv.X = new(big.Int).SetBytes(x)
golang.org/x/crypto/ssh
keys.go#L1212: X: k.Priv,
golang.org/x/crypto/ssh/agent
client.go#L556: X: k.X,
client.go#L686: X: k.X,
server.go#L293: X: k.X,
server.go#L446: X: k.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. |