//! `secp256k1` wrapper
use H256;
/// A (hashed) message input to an ECDSA signature
pub type Message = H256;
/// The reference to lazily-initialized static secp256k1 engine, used to execute all signature operations
pub static SECP256K1: LazyLock =
new;
pub use Error;
pub use Generator;
pub use Privkey;
pub use Pubkey;
pub use Signature;