[#BIP324Cipher-GetSendGarbageTerminator] = xref:BIP324Cipher.adoc[BIP324Cipher]::GetSendGarbageTerminator :relfileprefix: ../ :mrdocs: Get the Garbage Terminator to send. Only after Initialize(). == Synopsis Declared in `<bip324.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- std::span<std::byte const> GetSendGarbageTerminator() const noexcept; ---- == Return Value The garbage terminator we send to the peer. [.small]#Created with https://www.mrdocs.com[MrDocs]#