//! This module contains functions to calculate the digest of a file.
//!
//! The digest is calculated using the SHA256 algorithm.
use crateOneIoError;
use ;
/// Calculate the SHA256 digest of a file.
///
/// This function takes a path to a file as input and returns the SHA256 digest of the file
/// as a hexadecimal string.