validate_last_block

Function validate_last_block 

Source
fn validate_last_block<T: Alphabet>(
    encoded: &[u8],
    decoded: &[u8],
) -> Result<(), Error>
Expand description

Validate that the last block of the decoded data round-trips back to the encoded data.