paritytech / libsecp256k1

Pure Rust Implementation of secp256k1.
Apache License 2.0
175 stars 84 forks source link

Removes redundant util::self #63

Closed kigawas closed 3 years ago

kigawas commented 3 years ago

Rationale:

self hides the pub mod util in libsecp256k1-core implicitly, despite the intent of pub use libsecp256k1_core::*;

kigawas commented 3 years ago

CI needs to be fixed 👀

nothingismagick commented 3 years ago

Yeah - I ran into this today when trying to apply the latest master branch for use in libp2p-core. 💯