golang.org/x/crypto/ssh.dhGEXSHA.g (field)
10 uses
golang.org/x/crypto/ssh (current package)
kex.go#L556: g, p *big.Int
kex.go#L601: gex.g = kexDHGexGroup.G
kex.go#L607: if gex.g.Cmp(one) != 1 && gex.g.Cmp(pMinusOne) != -1 {
kex.go#L618: X := new(big.Int).Exp(gex.g, x, gex.p)
kex.go#L654: writeInt(h, gex.g)
kex.go#L706: gex.g = big.NewInt(2)
kex.go#L710: G: gex.g,
kex.go#L734: Y := new(big.Int).Exp(gex.g, y, gex.p)
kex.go#L749: writeInt(h, gex.g)
![]() |
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. |