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
commit 6e08a5a22b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"))?
);