Skip to main content

flatten_chain

Function flatten_chain 

Source
pub fn flatten_chain(chain: &mut MbufQueue) -> Vec<u8> 
Expand description

Drain chain into a contiguous Vec<u8> recycling each chunk back to pool. Useful for tests and for the Stage 9 path that needs a flat buffer of decrypted payload bytes.