decrypt_chunked

Function decrypt_chunked 

Source
pub fn decrypt_chunked(
    chunks: &[Vec<u8>],
    key: &EncryptionKey,
    base_nonce: &EncryptionNonce,
) -> Result<Vec<u8>, StreamError>
Expand description

Decrypt encrypted chunks back into the original buffer.