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 3b0232a commit 00c8c75Copy full SHA for 00c8c75
src/musig.rs
@@ -134,10 +134,6 @@ impl fmt::Display for InvalidTweakErr {
134
///
135
/// Remember that nonce reuse will immediately leak the secret key!
136
137
-/// # Errors:
138
-///
139
-/// * `ZeroSession`: if the `session_secrand` is supplied is all zeros.
140
141
/// Example:
142
143
/// ```rust
@@ -517,10 +513,6 @@ impl KeyAggCache {
517
513
/// * `msg`: [`Message`] that will be signed later on.
518
514
/// * `extra_rand`: Additional randomness for mis-use resistance
519
515
520
- /// # Errors:
521
- ///
522
- /// * `ZeroSession`: if the `session_secrand` is supplied is all zeros.
523
524
516
525
526
0 commit comments