Skip to content

Commit eb4b5d2

Browse files
committed
Add Musig2 module
1 parent 0cb8c3d commit eb4b5d2

File tree

2 files changed

+1275
-0
lines changed

2 files changed

+1275
-0
lines changed

src/lib.rs

+1
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)