This commit is contained in:
Deirdre Connolly 2020-08-05 22:31:03 -04:00 committed by Deirdre Connolly
parent 9d9491c4e8
commit 0242df30cb
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ fn pedersen_hash(domain: [u8; 8], M: &BitVec<Lsb0, u8>) -> jubjub::Fq {
/// MerkleCRH^Sapling Hash Function
///
/// MerkleCRH^Sapling(layer, left,right) := PedersenHash(“Zcash_PH”, l || left ||right)
/// MerkleCRH^Sapling(layer, left, right) := PedersenHash(“Zcash_PH”, l || left ||right)
/// where l = I2LEBSP_6(MerkleDepth^Sapling 1 layer)
///
/// https://zips.z.cash/protocol/protocol.pdf#merklecrh