Skip to content

Commit

Permalink
Add internal feature for validate_num_of_signers (#740)
Browse files Browse the repository at this point in the history
Co-authored-by: Conrado Gouvea <conradoplg@gmail.com>
  • Loading branch information
StackOverflowExcept1on and conradoplg authored Oct 2, 2024
1 parent d31257f commit 30977f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frost-core/src/keys.rs
Original file line number Diff line number Diff line change
Expand Up @@ -760,6 +760,8 @@ where
}
}

/// Validates the number of signers.
#[cfg_attr(feature = "internals", visibility::make(pub))]
fn validate_num_of_signers<C: Ciphersuite>(
min_signers: u16,
max_signers: u16,
Expand Down

0 comments on commit 30977f6

Please sign in to comment.