Function self_encryption::decrypt_from_chunk_files

source ·
pub fn decrypt_from_chunk_files(
    chunk_dir: &Path,
    data_map: &DataMap,
    output_filepath: &Path
) -> Result<(), Box<dyn Error>>
Expand description

Decrypts from an expected full set of chunks which presents in the disk. Output the resulted file to the specific directory.