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 c3d77e7 commit b640a5eCopy full SHA for b640a5e
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
@@ -515,10 +511,6 @@ impl KeyAggCache {
515
511
/// * `msg`: [`Message`] that will be signed later on.
516
512
/// * `extra_rand`: Additional randomness for mis-use resistance
517
513
518
- /// # Errors:
519
- ///
520
- /// * `ZeroSession`: if the `session_secrand` is supplied is all zeros.
521
522
514
523
524
0 commit comments