crypto/dsa.PrivateKey.X (field)
4 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)
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |