const github.com/gotd/td/internal/crypto.RSAKeyBits
6 uses
github.com/gotd/td/internal/crypto (current package)
check_dh.go#L31: if p.BitLen() != RSAKeyBits {
dh.go#L32: safetyRangeMin := big.NewInt(0).Exp(big.NewInt(2), big.NewInt(RSAKeyBits-64), nil)
rsa.go#L15: const RSAKeyBits = 2048
github.com/gotd/td/internal/exchange
client_flow.go#L178: randMax := big.NewInt(0).SetBit(big.NewInt(0), crypto.RSAKeyBits, 1)
generator.go#L54: safetyRangeMin := big.NewInt(0).Exp(big.NewInt(2), big.NewInt(crypto.RSAKeyBits-64), nil)
generator.go#L57: randMax := big.NewInt(0).SetBit(big.NewInt(0), crypto.RSAKeyBits, 1)
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. |