crypto/dsa.PublicKey.Y (field)
6 uses
crypto/dsa (current package)
dsa.go#L33: Y *big.Int
dsa.go#L179: priv.Y = new(big.Int)
dsa.go#L180: priv.Y.Exp(priv.G, x, priv.P)
dsa.go#L303: u2.Exp(pub.Y, u2, pub.P)
crypto/x509
parser.go#L295: Y: y,
parser.go#L309: if pub.Y.Sign() <= 0 || pub.Parameters.P.Sign() <= 0 ||
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. |