Skip to main content

digest

Function digest 

Source
pub fn digest(bytes: &[u8]) -> String
Expand description

The fixity digest of bytes, spelled sha256:<lowercase-hex> — the form recorded in a sidecar, a frontmatter field, or a recycle-bin tombstone, and the form verify checks against. The sha256: prefix names the algorithm, so the record is self-describing and a future digest can be distinguished.