github.com/gotd/td/mtproto.Session.Key (field)
11 uses
github.com/gotd/td/mtproto (current package)
bind.go#L47: if s.Key.Zero() {
bind.go#L70: TempAuthKeyID: s.Key.IntID(),
bind.go#L105: log.Int64("temp_key_id", s.Key.IntID()),
bind.go#L128: log.Int64("temp_key_id", s.Key.IntID()),
connect.go#L52: if session.Key.Zero() {
new_encrypted_msg.go#L65: if err := c.cipher.Encrypt(s.Key, d, b); err != nil {
read.go#L54: msg, err := c.cipher.DecryptFromBuffer(session.Key, b)
session.go#L8: Key crypto.AuthKey
session.go#L21: Key: c.authKey,
github.com/gotd/td/telegram
session.go#L81: keyToSave := s.Key
session.go#L144: keyToStore := s.Key
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |