rust-bitcoin-unsafe-fast/src/util
junderw 24f0441d54
Add PublicKey::to_sort_key method for use with sorting by key
2022-07-07 18:05:53 +09:00
..
psbt Merge rust-bitcoin/rust-bitcoin#1035: Take Writer/Reader by `&mut` in consensus en/decoding 2022-06-29 19:29:42 +00:00
address.rs Merge rust-bitcoin/rust-bitcoin#1014: Use fragment-specifier literal 2022-06-30 15:01:50 +00:00
amount.rs Merge rust-bitcoin/rust-bitcoin#1014: Use fragment-specifier literal 2022-06-30 15:01:50 +00:00
base58.rs Remove unnecessary explicit reference 2022-06-07 15:26:59 +10:00
bip32.rs Merge rust-bitcoin/rust-bitcoin#1003: Improve error `Display` implementations 2022-06-01 15:17:24 -07:00
bip143.rs Return Address directly 2022-06-07 15:26:59 +10:00
bip158.rs Use vec instead of pushing to a mutable vector 2022-06-07 15:34:59 +10:00
ecdsa.rs Merge rust-bitcoin/rust-bitcoin#1003: Improve error `Display` implementations 2022-06-01 15:17:24 -07:00
endian.rs Replace runtime size check with compile time check 2022-06-20 14:40:51 +10:00
hash.rs Fix in preparation for next edition 2022-05-11 10:16:17 +10:00
key.rs Add PublicKey::to_sort_key method for use with sorting by key 2022-07-07 18:05:53 +09:00
merkleblock.rs Support unsized `R` and `W` in consensus encode/decode 2022-06-28 18:49:17 -07:00
misc.rs Merge rust-bitcoin/rust-bitcoin#1003: Improve error `Display` implementations 2022-06-01 15:17:24 -07:00
mod.rs Remove network::Error 2022-06-02 09:49:33 +10:00
schnorr.rs Rename SchnorrSighashType::from_u8 -> from_consensus_u8 2022-06-28 10:04:59 +10:00
sighash.rs Merge rust-bitcoin/rust-bitcoin#1035: Take Writer/Reader by `&mut` in consensus en/decoding 2022-06-29 19:29:42 +00:00
taproot.rs Implement TryFrom sha256::Hash for TaprootMerkleBranch 2022-06-28 10:04:59 +10:00
uint.rs Merge rust-bitcoin/rust-bitcoin#1014: Use fragment-specifier literal 2022-06-30 15:01:50 +00:00