golang.org/x/crypto/ssh.dhGroup.p (field)
6 uses
golang.org/x/crypto/ssh (current package)
kex.go#L88: g, p, pMinus1 *big.Int
kex.go#L95: return new(big.Int).Exp(theirPublic, myPrivate, group.p), nil
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#L395: p: p,
kex.go#L405: p: p,
 |
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. |