github.com/gotd/td/internal/crypto.EncryptedMessage.AuthKeyID (field)

6 uses

	github.com/gotd/td/internal/crypto (current package)
		cipher_decrypt.go#L67: 	if k.ID != encrypted.AuthKeyID {
		cipher_encrypt.go#L29: 		AuthKeyID:     k.ID,
		encrypted_message.go#L7: 	AuthKeyID [8]byte
		encrypted_message.go#L15: 	if err := b.ConsumeN(e.AuthKeyID[:], 8); err != nil {
		encrypted_message.go#L36: 	if err := b.ConsumeN(e.AuthKeyID[:], 8); err != nil {
		encrypted_message.go#L53: 	b.Put(e.AuthKeyID[:])