rust-bitcoin-unsafe-fast/bitcoin/src
Tobin C. Harding f71335f971 Add rand-std feature
Currently we enable "secp256k1/rand-std" in the "rand" feature, this is
incorrect because it means "rand" implies "std" which it does not.

Add a "rand-std" feature that turns on "seck256k1/rand-std" and make the
"rand" feature turn on "seck256k1/rand".
2022-12-23 08:32:56 +11:00
..
blockdata Merge rust-bitcoin/rust-bitcoin#1485: Add `tapscript_leaf_hash()` to `Script` 2022-12-19 21:07:59 +00:00
consensus Fix typos in docs 2022-12-19 09:32:52 +01: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 Merge rust-bitcoin/rust-bitcoin#1477: Patch hashes and update the code 2022-12-19 20:34:20 +00:00
psbt Add rand-std feature 2022-12-23 08:32:56 +11:00
util Move base58 module to crate root 2022-12-01 09:56:33 +11:00
address.rs Add rand-std feature 2022-12-23 08:32:56 +11:00
amount.rs Fix typos in docs 2022-12-19 09:32:52 +01: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 Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
bip158.rs Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
error.rs Move util::Error to error module 2022-11-16 10:42:30 +11:00
hash_types.rs Patch hashes and update the code 2022-12-18 14:33:55 +01:00
internal_macros.rs Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
lib.rs Implemented unsized `Script` 2022-12-14 23:21:27 +01:00
parse.rs impl FromHexStr for structs with single u32 member 2022-12-11 00:01:58 -05:00
policy.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
pow.rs impl FromHexStr for structs with single u32 member 2022-12-11 00:01:58 -05:00
serde_utils.rs Move serde_string_* macros to the serde_utils module 2022-10-20 06:15:57 +11:00
sighash.rs Patch hashes and update the code 2022-12-18 14:33:55 +01:00
sign_message.rs Create crypto module 2022-11-22 14:09:33 +11:00
string.rs impl FromHexStr for structs with single u32 member 2022-12-11 00:01:58 -05:00
taproot.rs Patch hashes and update the code 2022-12-18 14:33:55 +01:00
test_macros.rs Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00