rust-bitcoin-unsafe-fast/src/util
Elichai Turkel 16eb81e1f7
Replaced slow vec initialization, and dual calls to hashmap
2020-03-29 17:10:27 +03:00
..
psbt Replaced slow vec initialization, and dual calls to hashmap 2020-03-29 17:10:27 +03:00
address.rs Remove the hex dependency 2020-01-20 18:50:02 +02:00
amount.rs Mutation testing: amount: Added tests to fix mutation misses 2020-02-23 15:59:26 +02:00
base58.rs Fix a logic problem in base58 (isn't a real bug) 2020-02-23 15:59:26 +02:00
bip32.rs Remove the hex dependency 2020-01-20 18:50:02 +02:00
bip143.rs Merge pull request #381 from elichai/2020-01-hex 2020-01-24 19:14:20 +00:00
bip158.rs Remove the BitcoinHash trait 2020-01-10 11:34:16 +00:00
contracthash.rs Remove the hex dependency 2020-01-20 18:50:02 +02:00
endian.rs Drop byteorder dependency 2019-12-05 10:41:00 -05:00
hash.rs Remove the BitcoinHash trait 2020-01-10 11:34:16 +00:00
key.rs Introduce key::Error 2019-12-09 14:17:39 +00:00
merkleblock.rs Remove the hex dependency 2020-01-20 18:50:02 +02:00
misc.rs Remove util::misc::hex_bytes in favor of bitcoin_hashes::hex 2019-12-09 14:19:09 +00:00
mod.rs Drop byteorder dependency 2019-12-05 10:41:00 -05:00
uint.rs Improving `construct_uint` macro 2020-01-21 13:16:34 +01:00