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 dc04575 commit ebdaec7Copy full SHA for ebdaec7
src/musig.rs
@@ -504,6 +504,8 @@ impl KeyAggCache {
504
/// See the `new_nonce_pair` method that allows generating [`SecretNonce`] and [`PublicNonce`]
505
/// with only the `session_secrand` field.
506
///
507
+ /// If the aggregator lies, the resulting signature will simply be invalid.
508
+ ///
509
/// Remember that nonce reuse will immediately leak the secret key!
510
511
/// # Returns:
0 commit comments