pub fn encrypt_file( path: &Path, derived_key: &[u8; 32], salt: &[u8; 16], zstd: Option<u8>, ) -> Result<()>
Encrypt a single file using streaming chunked encryption.