Browse Source

Fix comment

h/t omershlo from Zcash Community Chat for spotting it!
ci_integration
Jack Grigg 6 years ago
parent
commit
f54feda94f
No known key found for this signature in database GPG Key ID: 665DBCD284F7DAFF
  1. 2
      src/circuit/sapling/mod.rs

2
src/circuit/sapling/mod.rs

@ -448,7 +448,7 @@ impl<'a, E: JubjubEngine> Circuit<E> 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"))?
);

Loading…
Cancel
Save