use Path;
use Result;
/// Compute the BLAKE3 hash of a file's contents, truncated to 64 bits,
/// returned as a 16-character hex string.
/// Compute the BLAKE3 hash of byte content, truncated to 64 bits,
/// returned as a 16-character hex string.