Skip to main content

read_block_ciphertext

Function read_block_ciphertext 

Source
fn read_block_ciphertext(buffer: &mut Vec<u8>) -> [u8; 16]
Expand description

Reads and removes the first block from the buffer. The size must be checked by the caller before calling this function, and it may panic otherwise.