crypto/dsa.PublicKey.Y (field)
13 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
x509.go#L975: Y: p,
golang.org/x/crypto/openpgp/packet
public_key.go#L205: y: fromBig(pub.Y),
public_key.go#L366: dsa.Y = new(big.Int).SetBytes(pk.y.bytes)
golang.org/x/crypto/ssh
keys.go#L443: Y: w.Y,
keys.go#L459: k.Y,
keys.go#L1210: Y: k.Pub,
golang.org/x/crypto/ssh/agent
client.go#L555: Y: k.Y,
server.go#L291: Y: k.Y,
server.go#L444: Y: w.Y,
 |
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. |