fn validate_last_block<T: Alphabet>( encoded: &[u8], decoded: &[u8], ) -> Result<(), Error>
Validate that the last block of the decoded data round-trips back to the encoded data.