rust-bitcoin-unsafe-fast/src/util
Dawid Ciężarkiewicz a24a3b0194 Forward `consensus_decode` to `consensus_decode_from_finite_reader` 2022-06-23 15:55:21 -07:00
..
psbt Forward `consensus_decode` to `consensus_decode_from_finite_reader` 2022-06-23 15:55:21 -07:00
address.rs Fix incorrect argument passed to Error::InvalidSegwitV0ProgramLength 2022-06-11 07:04:20 +05:30
amount.rs Remove unnecessary ? operator 2022-06-23 13:58:29 +10: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 Remove unnecessary 'static lifetime 2022-06-23 13:49:16 +10:00
merkleblock.rs Take Writer/Reader by `&mut` in consensus en/decoding 2022-06-23 15:55:14 -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 Merge rust-bitcoin/rust-bitcoin#1003: Improve error `Display` implementations 2022-06-01 15:17:24 -07:00
sighash.rs Take Writer/Reader by `&mut` in consensus en/decoding 2022-06-23 15:55:14 -07:00
taproot.rs Remove useless use of vec! 2022-06-07 15:34:58 +10:00
uint.rs Take Writer/Reader by `&mut` in consensus en/decoding 2022-06-23 15:55:14 -07:00