Skip to main content

compute_hash

Function compute_hash 

Source
pub fn compute_hash(content: &str) -> String
Expand description

Compute SHA-256 hash of content, returning first 16 hex characters This matches Plexus hash format (16-char hex string)