pub fn checksum<P>(path: P) -> String
Expand description
Get SHA256 hash of a file
See https://rust-lang-nursery.github.io/rust-cookbook/cryptography/hashing.html
pub fn checksum<P>(path: P) -> String
Get SHA256 hash of a file
See https://rust-lang-nursery.github.io/rust-cookbook/cryptography/hashing.html