var golang.org/x/crypto/ssh.bigOne
7 uses
golang.org/x/crypto/ssh (current package)
kex.go#L92: if theirPublic.Cmp(bigOne) <= 0 || theirPublic.Cmp(group.pMinus1) >= 0 {
kex.go#L396: pMinus1: new(big.Int).Sub(p, bigOne),
kex.go#L406: pMinus1: new(big.Int).Sub(p, bigOne),
messages.go#L583: var bigOne = big.NewInt(1)
messages.go#L636: out.Add(out, bigOne)
messages.go#L664: nMinus1.Sub(nMinus1, bigOne)
messages.go#L706: nMinus1.Sub(nMinus1, bigOne)
![]() |
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. |