Type Alias ChainingValue

Source
pub type ChainingValue = [u8; 32];
Expand description

“Chaining value” is the academic term for a non-root or non-final hash.

Besides just sounding fancy, it turns out there are security reasons to be careful about the difference between (root/final) hashes and (non-root/non-final) chaining values.