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

7 uses

	github.com/gotd/td/crypto (current package)
		bind.go#L160: 		AuthKeyID:     permKey.ID,
		cipher_decrypt.go#L67: 	if k.ID != encrypted.AuthKeyID {
		cipher_encrypt.go#L52: 		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[:])