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#L296: 			Y: y,
		parser.go#L310: 		if pub.Y.Sign() <= 0 || pub.Parameters.P.Sign() <= 0 ||
|  | The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |