rust-bitcoin-unsafe-fast/src/util
Dr Maxim Orlovsky d655ff3e93
Make TapTreeIterator use LeafInfo
Previously used depth and script tuple missed information about the leaf version. 
All three comprises already existing type `LeafInfo` which was made public in 
previous commits.
2022-04-19 20:31:49 +02:00
..
psbt Make TapTreeIterator use LeafInfo 2022-04-19 20:31:49 +02:00
address.rs Merge rust-bitcoin/rust-bitcoin#839: feat: Add Address.is_related_to_*_key() 2022-03-28 17:29:48 +00:00
amount.rs Use conventional spacing for default type parameters 2022-03-18 10:40:51 +11:00
base58.rs Use conventional spacing for default type parameters 2022-03-18 10:40:51 +11:00
bip32.rs Merge rust-bitcoin/rust-bitcoin#805: Remove impl_index_newtype macro 2022-03-23 19:01:56 -07:00
bip143.rs Rename SigHash -> Sighash 2022-03-31 09:42:52 +11:00
bip158.rs Remove unneeded braces 2022-03-14 13:52:13 +11:00
ecdsa.rs Rename NonStandardSigHashType -> NonStandardSighashType 2022-03-31 09:42:18 +11:00
endian.rs std -> core 2021-06-11 17:28:04 +02:00
hash.rs Use conventional spacing for default type parameters 2022-03-18 10:40:51 +11:00
key.rs Remove unnecessary explicit type annotation 2022-03-14 13:52:25 +11:00
merkleblock.rs Use less vertical lines 2022-03-14 13:52:13 +11:00
misc.rs Refactor whitespace 2022-03-14 13:51:50 +11:00
mod.rs Delete contract hash module 2022-03-10 08:58:25 +11:00
schnorr.rs Rename SchnorrSigHashType -> SchnorrSighashType 2022-03-31 09:42:18 +11:00
sighash.rs Fix code comments referring to sighash 2022-03-31 09:44:22 +11:00
taproot.rs LeafInfo field accessor methods 2022-04-19 20:31:49 +02:00
uint.rs Use brace not parenth fo macro arm 2022-03-14 13:52:13 +11:00