Skip to content

Commit

Permalink
Add internal feature for validate_num_of_signers
Browse files Browse the repository at this point in the history
  • Loading branch information
StackOverflowExcept1on committed Oct 1, 2024
1 parent dcf1773 commit 69aac83
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 69aac83

Please sign in to comment.