Skip to content

Commit 760559c

Browse files
Rename schnorrsig module to schnorr
Schnorr is commenly known as a signature algorithm, we don't need to restate that in the name of the module.
1 parent d4fb819 commit 760559c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ mod key;
148148
pub mod constants;
149149
pub mod ecdh;
150150
pub mod ecdsa;
151-
pub mod schnorrsig;
151+
pub mod schnorr;
152152
#[cfg(feature = "serde")]
153153
mod serde_util;
154154

File renamed without changes.

0 commit comments

Comments
 (0)