Fix comment

h/t omershlo from Zcash Community Chat for spotting it!
This commit is contained in:
Jack Grigg 2018-04-26 12:30:08 +01:00
parent e4175d81e9
commit f54feda94f
No known key found for this signature in database
GPG Key ID: 665DBCD284F7DAFF
1 changed files with 1 additions and 1 deletions

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