rust-bitcoin-unsafe-fast/src/util
Tobin C. Harding 25d1472924 Move new to top of impl block
To ease reading, put the `new` method at the top of the impl block.
Improve rustdocs while we do it.
2022-08-11 08:42:43 +10:00
..
psbt Remove stutter for error variants 2022-08-02 08:55:00 +10:00
address.rs Extend `ParseIntError` to carry more context 2022-07-27 18:51:53 +02:00
amount.rs Merge rust-bitcoin/rust-bitcoin#1079: Run clippy from the test script 2022-07-26 14:04:36 +00:00
base58.rs Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
bip32.rs Take self by value 2022-08-02 08:54:53 +10:00
bip143.rs Add lock time types 2022-07-27 08:39:19 +10:00
bip152.rs Add lock time types 2022-07-27 08:39:19 +10:00
bip158.rs Move new to top of impl block 2022-08-11 08:42:43 +10:00
ecdsa.rs Take self by value 2022-08-02 08:54:53 +10:00
endian.rs Use pub(crate) for macros instead of macro_use 2022-07-20 11:25:54 +10:00
hash.rs Upgrade to bitcoin_hashes v0.11.0 2022-07-13 09:38:05 +10:00
key.rs Take self by value 2022-08-02 08:54:53 +10:00
merkleblock.rs Upgrade to bitcoin_hashes v0.11.0 2022-07-13 09:38:05 +10:00
misc.rs Take self by value 2022-08-02 08:54:53 +10:00
mod.rs BIP152: Add basic Compact Block structures 2022-07-24 13:21:08 +02:00
schnorr.rs Take self by value 2022-08-02 08:54:53 +10:00
sighash.rs Add lock time types 2022-07-27 08:39:19 +10:00
taproot.rs Take self by value 2022-08-02 08:54:53 +10:00
uint.rs Take self by value 2022-08-02 08:54:53 +10:00