c4eb218cd0
Currently we attempt to have deprecated key types in the `schnorr` module. The `deprecated` attribute does not work on types, only on functions. Remove the broken deprecation logic and re-export key types instead of using type alias', this allows a bunch of qualified paths to be simplified also. Add `pub use` re-exports of all secp256k1 types that are part of the public API of the `schnorr` module. This makes the module more ergonomic to use. |
||
---|---|---|
.. | ||
contrib | ||
examples | ||
src | ||
test_data | ||
Cargo.toml |