Skip to content

Commit 9cbee77

Browse files
committed
Add Musig2 module
1 parent 5241595 commit 9cbee77

File tree

2 files changed

+1289
-0
lines changed

2 files changed

+1289
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ pub mod constants;
164164
pub mod ecdh;
165165
pub mod ecdsa;
166166
pub mod ellswift;
167+
pub mod musig;
167168
pub mod scalar;
168169
pub mod schnorr;
169170
#[cfg(feature = "serde")]

0 commit comments

Comments
 (0)