Skip to content

Commit 7059192

Browse files
committed
Wildcard export from key module
1 parent 74e8fc7 commit 7059192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ pub mod schnorr;
181181
#[cfg(feature = "serde")]
182182
mod serde_util;
183183

184-
pub use key::{SecretKey, PublicKey, ONE_KEY, KeyPair, XOnlyPublicKey, Parity};
184+
pub use key::*;
185185
pub use context::*;
186186
use core::marker::PhantomData;
187187
use core::{mem, fmt, str};

0 commit comments

Comments
 (0)