rust-bitcoin-unsafe-fast/src/util
Leonardo Comandini 0d463ec19e
tests: improve coverage for P2tr and AddressType
The new AddressType test shows addresses that are valid but have
no type. If in the future some of those get a type or become
invalid (either voluntarily or due to a regression), this will
highlight it.
2021-11-15 21:36:13 +01:00
..
psbt Merge rust-bitcoin/rust-bitcoin#654: Making globals part of PSBT struct. Closes #652 2021-11-12 11:50:51 -08:00
address.rs tests: improve coverage for P2tr and AddressType 2021-11-15 21:36:13 +01:00
amount.rs Document cargo features 2021-09-14 12:24:57 +02:00
base58.rs Document cargo features 2021-09-14 12:24:57 +02:00
bip32.rs Document cargo features 2021-09-14 12:24:57 +02:00
bip143.rs Rename access_witness to witness_mut and return Option 2021-08-31 13:55:52 +02:00
bip158.rs Document cargo features 2021-09-14 12:24:57 +02:00
contracthash.rs Merge pull request #644 from sanket1729/tap_opcodes 2021-09-24 22:47:48 +00:00
ecdsa.rs Document cargo features 2021-09-14 12:24:57 +02:00
endian.rs std -> core 2021-06-11 17:28:04 +02:00
hash.rs no_std support 2021-07-15 09:04:49 +02:00
key.rs Document cargo features 2021-09-14 12:24:57 +02:00
merkleblock.rs Document cargo features 2021-09-14 12:24:57 +02:00
misc.rs Merge pull request #563 from LNP-BP/taproot/address 2021-09-25 22:56:33 +02:00
mod.rs Implement Bip341 signature hash, create unified SigHashCache for taproot, segwit and legacy inputs 2021-07-21 12:05:18 +02:00
schnorr.rs P2TR address from untweaked public key 2021-11-11 14:36:56 +11:00
sighash.rs Update sighash code to use LeafVersion instead of bare u8 2021-11-10 07:01:46 -08:00
taproot.rs Add tests for taproot utilities 2021-11-12 05:56:51 -08:00
uint.rs Merge rust-bitcoin/rust-bitcoin#612: Fix `Uint256::increment` panics 2021-09-27 17:45:53 +00:00