rust-bitcoin-unsafe-fast/bitcoin/src/crypto
Tobin C. Harding bcf6d2839e
Introduce scriptPubkey extension traits
Done in preparation for moving the script types to `primitives`.

The script types have a bunch of functionality to support scriptPubkeys,
and scriptPubkeys are an address thing.

Create a module under `address` and in it create a bunch of extension
traits to hold all scriptPubkey functionality.

Includes adding an ugly-as-hell macro to create the traits.
2024-07-13 08:43:06 +10:00
..
ecdsa.rs Remove wildcard from prelude import 2024-06-28 08:02:43 +01:00
key.rs 2024-07-07 automated rustfmt nightly 2024-07-07 01:10:59 +00:00
mod.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00
sighash.rs Introduce scriptPubkey extension traits 2024-07-13 08:43:06 +10:00
taproot.rs Capitalize Taproot 2024-07-01 17:42:36 +01:00