rust-bitcoin-unsafe-fast/bitcoin/src
Marko Bencun 47cba7a655
bip32: add from_32_slice method to DerivationPath
ChildNumber has a `From<u32>` impl, but converting `&[u32]` to a
`DerivationPath` was still difficult.
2024-06-27 15:27:57 +02:00
..
address Merge rust-bitcoin/rust-bitcoin#2880: Pass hash types by value 2024-06-22 19:42:24 +00:00
blockdata Merge rust-bitcoin/rust-bitcoin#2877: hashes: remove `all_zeros` and constify constructors 2024-06-24 04:15:47 +00:00
consensus Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
crypto hashes: drop the `all_zeros` method on arbitrary hashes 2024-06-22 15:09:28 +00:00
merkle_tree hashes: drop the `all_zeros` method on arbitrary hashes 2024-06-22 15:09:28 +00:00
p2p hashes: drop the `all_zeros` method on arbitrary hashes 2024-06-22 15:09:28 +00:00
psbt Merge rust-bitcoin/rust-bitcoin#2877: hashes: remove `all_zeros` and constify constructors 2024-06-24 04:15:47 +00:00
taproot Remove InvalidInternalKey variant from TaprootBuilderError 2024-06-20 13:03:59 +10:00
bip32.rs bip32: add from_32_slice method to DerivationPath 2024-06-27 15:27:57 +02:00
bip152.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
bip158.rs Merge rust-bitcoin/rust-bitcoin#2880: Pass hash types by value 2024-06-22 19:42:24 +00:00
hash_types.rs Add inherent functions to hashes 2024-06-14 10:17:00 +10:00
internal_macros.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
lib.rs Move merkle_tree hash types 2024-06-17 19:10:23 +00:00
network.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
policy.rs Remove usage of blockdata from paths 2024-06-20 12:00:22 +10:00
pow.rs hashes: drop the `all_zeros` method on arbitrary hashes 2024-06-22 15:09:28 +00:00
serde_utils.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00
sign_message.rs Merge rust-bitcoin/rust-bitcoin#2868: Pass keys by value 2024-06-14 23:56:46 +00:00
test_macros.rs Removed //! spare line at end of headers 2024-05-16 09:59:55 +01:00