decrypt_content

Function decrypt_content 

Source
pub fn decrypt_content<W: Write>(
    master_key: &[u8; 32],
    content_id: &str,
    chunks: &[EncryptedChunk],
    writer: &mut W,
) -> Result<u64, ChunkEncryptionError>
Expand description

Decrypt chunks to a writer.