func github.com/gotd/td/internal/crypto.InRange
8 uses
github.com/gotd/td/internal/crypto (current package)
dh.go#L15: if !InRange(g, one, dhPrimeMinusOne) {
dh.go#L18: if !InRange(gA, one, dhPrimeMinusOne) {
dh.go#L21: if !InRange(gB, one, dhPrimeMinusOne) {
dh.go#L34: if !InRange(gA, safetyRangeMin, safetyRangeMax) {
dh.go#L37: if !InRange(gB, safetyRangeMin, safetyRangeMax) {
dh.go#L45: func InRange(x, min, max *big.Int) bool {
github.com/gotd/td/internal/exchange
generator.go#L65: if crypto.InRange(ga, one, dhPrimeMinusOne) && crypto.InRange(ga, safetyRangeMin, safetyRangeMax) {
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |