Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
K1li4nL committed Mar 18, 2024
1 parent 4601c9d commit 2dbbf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shuffle/biffle_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ func biffleTest(suite Suite, N int) {
Y[i].Add(Y[i], c1[i]) // Encrypted client public key
}

// Repeat only the actual shuffle portion for test purposes.
// Repeat only the actual shuffle portion for benchmark purposes.
for i := 0; i < N; i++ {

// Do a key-shuffle
Expand Down

0 comments on commit 2dbbf97

Please sign in to comment.