Add some more human-readable language to the doc comment on merkle_crh_sprout
This commit is contained in:
parent
0cf24be8e0
commit
f7095ae9a2
|
@ -26,6 +26,8 @@ const MERKLE_DEPTH: usize = 29;
|
|||
|
||||
/// MerkleCRH^Sprout Hash Function
|
||||
///
|
||||
/// Used to hash incremental Merkle tree hash values for Sprout.
|
||||
///
|
||||
/// MerkleCRH^Sprout(layer, left, right) := SHA256Compress(left || right)
|
||||
///
|
||||
/// `layer` is unused for Sprout but used for the Sapling equivalent.
|
||||
|
|
Loading…
Reference in New Issue