Internal
Proceed with Symmetric decryption of the data as per 26/WAKU-PAYLOAD.
The cipher data, it is expected to be cipherText | tag | iv.
cipherText | tag | iv
The key to use for decryption.
The decrypted data, expected to be flags | payload-length | payload | [signature].
flags | payload-length | payload | [signature]
Generated using TypeDoc
Proceed with Symmetric decryption of the data as per 26/WAKU-PAYLOAD.