Skip to main content

json_digest

Function json_digest 

Source
pub fn json_digest<T: Serialize>(domain: &str, value: &T) -> Result<String>
Expand description

Compute a deterministic BLAKE3 digest over a domain tag and JSON payload.