messages.dhConfig
New set of configuring parameters.
type tg.MessagesDhConfig struct { /* ... */ }
Implements messages.DhConfig.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
G | int | yes | New value prime, see Wikipedia |
P | []byte | yes | New value primitive root, see Wikipedia |
Version | int | yes | Version of set of parameters |
Random | []byte | yes | Random sequence of bytes of assigned length |
References
- Official documentation
- Generated Go reference
- TL definition:
messages.dhConfig#2c221edd