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