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.
musig::ParseError
1 parent e77f33f commit c668f8eCopy full SHA for c668f8e
src/musig.rs
@@ -17,7 +17,7 @@ use crate::{
17
Verification, XOnlyPublicKey,
18
};
19
20
-/// Musig partial signature parsing errors
+/// Musig parsing errors
21
#[derive(Debug, Clone, Copy, Eq, PartialEq, PartialOrd, Ord, Hash)]
22
pub enum ParseError {
23
/// Parse Argument is malformed. This might occur if the point is on the secp order,
0 commit comments