Merge pull request #66 from str4d/fix-spend-nf-comment

Fix comment
This commit is contained in:
ebfull
2018-04-29 13:08:10 -06:00
committed by GitHub

View File

@@ -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"))?
);