Skip to content

Commit 9ea722b

Browse files
Formatting (#109)
This PR fixes a formatting issue.
1 parent 98b04dd commit 9ea722b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ringct.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ mod test {
3030

3131
// Value commitments use the Triptych `G` generator for masks, and need another component for values
3232
// In practice it's essential that `G` and `H` have no efficiently-computable discrete logarithm relationship
33-
// For this example, we'll just make it random; in the real world, you'd use a verifiable hash-based construction
33+
// For this example, we'll just make it random; in the real world, you'd use a verifiable construction
3434
let H = RistrettoPoint::random(&mut rng);
3535

3636
// All output verification keys and value commitments (except ours) look random to us, so just make them random!

0 commit comments

Comments
 (0)