rust-bitcoin-unsafe-fast/bitcoin
Tobin C. Harding c4eb218cd0 schnorr:: Remove incorrect deprecated
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.
2022-09-15 12:34:51 +10:00
..
contrib Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
examples Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
src schnorr:: Remove incorrect deprecated 2022-09-15 12:34:51 +10:00
test_data Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
Cargo.toml Fix serde versions 2022-09-13 16:19:07 +02:00