paritytech / libsecp256k1

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

Fix Error re-export #54

Closed vorot93 closed 4 years ago

vorot93 commented 4 years ago

pub use libsecp256k1_core::*; already pulls Error into scope, therefore private use overshadows the public one and kills re-export.