encrypt_file

Function encrypt_file 

Source
pub fn encrypt_file(
    input_path: impl AsRef<Path>,
    output_path: impl AsRef<Path>,
    key: &EncryptionKey,
) -> UtilResult<EncryptionNonce>
Expand description

Encrypt a file.