rust-bitcoin-unsafe-fast/src/util
Igor Aleksanov 881972b2a5 Fix multiplication for uint256 (#88) 2018-05-28 20:41:07 +02:00
..
address.rs Fix crash in Address::from_str if input isn't long enough 2018-03-21 18:44:10 -04:00
base58.rs base58: remove Base58 traits, replace with encode/decode functions 2018-03-12 21:27:07 +00:00
bip32.rs Stub out Sha2 calls when fuzzing to mask all but the first byte 2018-03-21 18:44:10 -04:00
bip143.rs Only provide the required TxIn to bip143 sighash_all. 2018-04-02 12:42:59 -04:00
contracthash.rs Stub out Sha2 calls when fuzzing to mask all but the first byte 2018-03-21 18:44:10 -04:00
decimal.rs Add unsigned Decimal type 2015-12-19 20:13:59 -06:00
hash.rs Added test for Sha256dHash::data() 2018-05-16 12:44:30 +03:00
iter.rs More updates for RFC 1214 2015-09-20 16:44:05 -05:00
misc.rs cargo-clippy cleanups 2016-06-21 14:35:27 +00:00
mod.rs Stub out Sha2 calls when fuzzing to mask all but the first byte 2018-03-21 18:44:10 -04:00
privkey.rs minor nits to get compilation to work on rustc 1.14 (currently shipping Debian version) 2018-03-21 18:49:46 +00:00
sha2.rs Stub out Sha2 calls when fuzzing to mask all but the first byte 2018-03-21 18:44:10 -04:00
uint.rs Fix multiplication for uint256 (#88) 2018-05-28 20:41:07 +02:00