diff --git a/src/lib.rs b/src/lib.rs index 86f5deaac..a1954761b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -189,7 +189,7 @@ pub use crate::context::{All, SignOnly, VerifyOnly}; pub use crate::context::{Context, Signing, Verification, AllPreallocated, SignOnlyPreallocated, VerifyOnlyPreallocated}; use crate::ffi::types::AlignedType; use crate::ffi::CPtr; -pub use crate::key::{PublicKey, SecretKey, *}; +pub use crate::key::{PublicKey, SecretKey, Keypair, XOnlyPublicKey, Parity, InvalidParityValue}; pub use crate::scalar::Scalar; /// Trait describing something that promises to be a 32-byte random number; in particular,