type github.com/gotd/td/internal/exchange.TestServerRNG
7 uses
github.com/gotd/td/internal/exchange (current package)
flow.go#L101: rng: TestServerRNG{rand: e.rand},
generator.go#L21: var _ ServerRNG = TestServerRNG{}
generator.go#L24: type TestServerRNG struct {
generator.go#L28: func (s TestServerRNG) bigFromHex(hexString string) (p *big.Int, err error) {
generator.go#L40: func (s TestServerRNG) PQ() (pq *big.Int, err error) {
generator.go#L45: func (s TestServerRNG) GA(g int, dhPrime *big.Int) (a, ga *big.Int, err error) {
generator.go#L72: func (s TestServerRNG) DhPrime() (p *big.Int, err error) {
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. |