golang.org/x/crypto/ssh.dhGroup.g (field)
5 uses
golang.org/x/crypto/ssh (current package)
kex.go#L88: g, p, pMinus1 *big.Int
kex.go#L112: X := new(big.Int).Exp(group.g, x, group.p)
kex.go#L174: Y := new(big.Int).Exp(group.g, y, group.p)
kex.go#L394: g: new(big.Int).SetInt64(2),
kex.go#L404: g: new(big.Int).SetInt64(2),
![]() |
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. |