We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791e073 commit e5da263Copy full SHA for e5da263
src/musig.rs
@@ -502,6 +502,8 @@ impl KeyAggCache {
502
/// See the `new_nonce_pair` method that allows generating [`SecretNonce`] and [`PublicNonce`]
503
/// with only the `session_secrand` field.
504
///
505
+ /// If the aggregator lies, the resulting signature will simply be invalid.
506
+ ///
507
/// Remember that nonce reuse will immediately leak the secret key!
508
509
/// # Returns:
0 commit comments