Skip to content

Commit b640a5e

Browse files
committed
musig: remove outdated doc references to ZeroSession error
1 parent c3d77e7 commit b640a5e

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
@@ -515,10 +511,6 @@ impl KeyAggCache {
515511
/// * `msg`: [`Message`] that will be signed later on.
516512
/// * `extra_rand`: Additional randomness for mis-use resistance
517513
///
518-
/// # Errors:
519-
///
520-
/// * `ZeroSession`: if the `session_secrand` is supplied is all zeros.
521-
///
522514
/// Example:
523515
///
524516
/// ```rust

0 commit comments

Comments
 (0)