rust-bitcoin-unsafe-fast/bitcoin/src
Jiri Jakes df90c50242 Add log2 to Work
Bitcoin Core displays log2 of chain work in certain situations. This
new log2 method returns equivalent value.
2022-12-03 17:24:41 +01:00
..
blockdata Merge rust-bitcoin/rust-bitcoin#1412: Implement `Script::p2pk_public_key(&self) -> Option<PublicKey>` 2022-12-01 13:47:21 +00:00
consensus Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
crypto Move base58 module to crate root 2022-12-01 09:56:33 +11:00
merkle_tree Format the merkle_tree module 2022-11-16 09:49:23 +11:00
network Remove no_run 2022-12-02 07:25:41 +11:00
psbt Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
util Move base58 module to crate root 2022-12-01 09:56:33 +11:00
address.rs Move base58 module to crate root 2022-12-01 09:56:33 +11:00
amount.rs amount: use kani to check some arithmetic properties 2022-11-27 19:01:26 +00:00
base58.rs base58: Run formatter 2022-12-01 09:56:34 +11:00
bip32.rs Move base58 module to crate root 2022-12-01 09:56:33 +11:00
bip152.rs Run cargo fmt 2022-11-18 13:11:07 +11:00
bip158.rs Merge rust-bitcoin/rust-bitcoin#1223: Remove the endian module 2022-10-28 19:04:59 +00:00
error.rs Move util::Error to error module 2022-11-16 10:42:30 +11:00
hash_types.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
internal_macros.rs Move serde_string_* macros to the serde_utils module 2022-10-20 06:15:57 +11:00
lib.rs Move base58 module to crate root 2022-12-01 09:56:33 +11:00
parse.rs Introduce bitcoin-internals crate 2022-09-13 08:59:57 +10:00
policy.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
pow.rs Add log2 to Work 2022-12-03 17:24:41 +01:00
serde_utils.rs Move serde_string_* macros to the serde_utils module 2022-10-20 06:15:57 +11:00
sighash.rs Move the taproot module to crate root 2022-11-30 12:03:39 +11:00
sign_message.rs Create crypto module 2022-11-22 14:09:33 +11:00
taproot.rs taproot: Run the formatter 2022-11-30 12:04:20 +11:00
test_macros.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00