pub fn sha256_digest<T>(b: &T) -> String
where T: AsRef<[u8]>,
Expand description

Returns the lower hex representation of a [sha2::SHA256] digest of the provided input.