pub fn decode_payload(data: &[u8]) -> Result<PayloadData, StegoError>Expand description
Decode a payload from decrypted bytes.
Input is [flags byte][maybe_compressed_inner] as produced by encode_payload.
pub fn decode_payload(data: &[u8]) -> Result<PayloadData, StegoError>Decode a payload from decrypted bytes.
Input is [flags byte][maybe_compressed_inner] as produced by encode_payload.