Skip to main content

read_plaintext_block

Function read_plaintext_block 

Source
fn read_plaintext_block(buffer: &mut Vec<u8>) -> Option<CbcPlaintextBlock>
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.