Skip to content

Commit

Permalink
Merge pull request zcash#66 from str4d/fix-spend-nf-comment
Browse files Browse the repository at this point in the history
Fix comment
  • Loading branch information
ebfull committed Apr 29, 2018
2 parents e4175d8 + f54feda commit 6e08a5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/circuit/sapling/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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"))?
);
Expand Down

0 comments on commit 6e08a5a

Please sign in to comment.