diff --git a/src/lib.rs b/src/lib.rs index ad50782..d1bf624 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -148,7 +148,7 @@ mod key; pub mod constants; pub mod ecdh; pub mod ecdsa; -pub mod schnorrsig; +pub mod schnorr; #[cfg(feature = "serde")] mod serde_util; diff --git a/src/schnorrsig.rs b/src/schnorr.rs similarity index 100% rename from src/schnorrsig.rs rename to src/schnorr.rs