Skip to main content

merkle_node

Function merkle_node 

Source
pub fn merkle_node(children: &[u64]) -> u64
Expand description

Hash an internal Merkle-DAG node from its ordered children tags: BLAKE3 over the little-endian concatenation. Order-sensitive (a node commits to its ordered children). Zero-heap (fixed-size BLAKE3 state on the stack).