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