pub fn digest_sha512_from_path(filepath: &Path) -> RecordDigest
Expand description

Generates the native sha512 digest of a file.

Arguments

  • filepath - Absolute path to file to calculate digest for.