diff --git a/src/lib.rs b/src/lib.rs index 1bdd9f2..42ab02f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -57,6 +57,9 @@ pub mod ffi; pub mod key; pub mod schnorr; +pub use key::SecretKey; +pub use key::PublicKey; + /// A tag used for recovering the public key from a compact signature #[derive(Copy, Clone, PartialEq, Eq, Debug)] pub struct RecoveryId(i32);