pub fn digest(v: &Value) -> [u8; 32]Expand description
Structural digest of a value — the replay-determinism oracle (§4.8).
A property of the value, not of whoever produced it: two backends that disagree are detected by comparing digests, so the digest cannot live in either of them.