pub async fn calculate_file_checksum<P: AsRef<Path>>( file_path: P, ) -> Result<String, Error>
Calculate SHA256 checksum of a file