Skip to main content

main_encrypt

Function main_encrypt 

Source
pub fn main_encrypt(
    output: &mut impl Write,
    plain_text: &Path,
    output_fname: &Path,
) -> Result<(), MagicCapError>
Expand description

Implementation of “mcap encrypt” This is the top level function for easy use of this crate by applications or other libraries. This function does not consider memory use, but instead just does the thing using all the memory.