diff --git a/src/circuit/sapling/mod.rs b/src/circuit/sapling/mod.rs index 1dbadd9..dbfc4ce 100644 --- a/src/circuit/sapling/mod.rs +++ b/src/circuit/sapling/mod.rs @@ -448,7 +448,7 @@ impl<'a, E: JubjubEngine> Circuit for Spend<'a, E> { )?; } - // Let's compute nf = BLAKE2s(rk || rho) + // Let's compute nf = BLAKE2s(nk || rho) nf_preimage.extend( rho.repr(cs.namespace(|| "representation of rho"))? );