Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg committed Nov 23, 2023
1 parent 7268f00 commit 3407fd0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/frost_redpallas.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ fn check_deserialize_non_canonical() {
fn check_even_y_frost_core() {
let mut rng = thread_rng();

// Since there is a 50% chance of the public key having an odd Y (which
// we need to actually test), loop until we get an odd Y.
loop {
let max_signers = 5;
let min_signers = 3;
Expand Down

0 comments on commit 3407fd0

Please sign in to comment.