pub fn merkle_node(children: &[u64]) -> u64Expand 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).