[#BIP324Cipher-IGNORE_BIT] = xref:BIP324Cipher.adoc[BIP324Cipher]::IGNORE_BIT :relfileprefix: ../ :mrdocs: Header bit signalling that a packet should be ignored by the receiver. == Synopsis Declared in `<bip324.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- inline constexpr static std::byte IGNORE_BIT = {0x80}; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#