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.
pub fn decrypt_chunked(
chunks: &[Vec<u8>],
key: &EncryptionKey,
base_nonce: &EncryptionNonce,
) -> Result<Vec<u8>, StreamError>Decrypt encrypted chunks back into the original buffer.