rust-bitcoin-unsafe-fast/src/util
Jean Pierre Dudey 0225b530cc Implement `Display` trait instead of implementing `ToString` directly.
ExtendedPubKey and ExtendedPrivKey implemented `ToString` directly but
Rust documentation says to implement `Display` and get the `ToString`
implementation for free.

Signed-off-by: Jean Pierre Dudey <jeandudey@hotmail.com>
2018-08-08 19:11:16 -04:00
..
address.rs [code hygiene] remove deprecated rustc-serialize 2018-07-26 09:49:15 -07:00
base58.rs [code hygiene] remove deprecated rustc-serialize 2018-07-26 09:49:15 -07:00
bip32.rs Implement `Display` trait instead of implementing `ToString` directly. 2018-08-08 19:11:16 -04:00
bip143.rs [code hygiene] remove deprecated rustc-serialize 2018-07-26 09:49:15 -07:00
contracthash.rs [code hygiene] remove deprecated rustc-serialize 2018-07-26 09:49:15 -07:00
decimal.rs Add unsigned Decimal type 2015-12-19 20:13:59 -06:00
hash.rs Expose merkleroot(Vec<Sha256dHash>) publicly 2018-06-01 18:50:31 -04:00
iter.rs Fix 2 small typos in comments 2018-06-09 22:27:40 +03: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 Added regtest 2018-05-29 12:21:41 +03:00
sha2.rs Switch fuzztarget SHA256 to simply XOR'ing all input bytes 2018-06-04 10:23:26 -04:00
uint.rs Fix multiplication for uint256 (#88) 2018-05-28 20:41:07 +02:00