Decrypt the length of a packet. Only after Initialize().
Declared in <bip324.h>
unsigned int
DecryptLength(std::span<std::byte const> input) noexcept;
It must hold that input.size() == LENGTH_LEN.
The decrypted length of the packet contents.
| Name | Description |
|---|---|
| input | The encrypted length field. |