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