Skip to content

Commit 00c8c75

Browse files
committed
musig: remove outdated doc references to ZeroSession error
1 parent 3b0232a commit 00c8c75

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/musig.rs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,6 @@ impl fmt::Display for InvalidTweakErr {
134134
///
135135
/// Remember that nonce reuse will immediately leak the secret key!
136136
///
137-
/// # Errors:
138-
///
139-
/// * `ZeroSession`: if the `session_secrand` is supplied is all zeros.
140-
///
141137
/// Example:
142138
///
143139
/// ```rust
@@ -517,10 +513,6 @@ impl KeyAggCache {
517513
/// * `msg`: [`Message`] that will be signed later on.
518514
/// * `extra_rand`: Additional randomness for mis-use resistance
519515
///
520-
/// # Errors:
521-
///
522-
/// * `ZeroSession`: if the `session_secrand` is supplied is all zeros.
523-
///
524516
/// Example:
525517
///
526518
/// ```rust

0 commit comments

Comments
 (0)