Skip to content

Commit

Permalink
Formatting (tari-project#109)
Browse files Browse the repository at this point in the history
This PR fixes a formatting issue.
  • Loading branch information
AaronFeickert authored Aug 21, 2024
1 parent 98b04dd commit 9ea722b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ringct.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mod test {

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

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

0 comments on commit 9ea722b

Please sign in to comment.