rust-bitcoin-unsafe-fast/src/util
Thomas Eizinger 50e3a4abf2 Add FromStr for Sha256dHash
The FromStr implementation just delegates to the `from_hex` method for
the actual parsing.
2018-09-20 12:18:45 +10:00
..
address.rs Implement serde serialiation for Address 2018-09-11 18:37:36 +01:00
base58.rs Implement `Display` instead of `ToString` for `Address` and `PrivKey`. 2018-08-20 19:46:56 -04:00
bip32.rs Update serde to 1.0 and strason to 0.4 2018-08-20 13:42:34 -04:00
bip143.rs Rename `TxOutRef` to `OutPoint` and use it in `TxIn`. 2018-08-20 13:46:10 -04:00
contracthash.rs script: let Instructions iterator enforce minimal pushes; remove `IntoIter` impl to force users to choose 2018-08-22 19:55:31 +00:00
decimal.rs Forbid exponents larger than 18. 2018-08-22 14:00:30 -04:00
hash.rs Add FromStr for Sha256dHash 2018-09-20 12:18:45 +10:00
iter.rs Fix modules documentation title. 2018-08-08 17:38:50 -04:00
misc.rs Replace serialize::Error::Detail with variants 2018-08-21 01:58:40 -07:00
mod.rs Replace catch-all match arms with specific ones 2018-08-21 01:58:40 -07:00
privkey.rs Merge pull request #137 from dongcarl/2018-8-better-errors 2018-08-22 00:55:54 +00:00
sha2.rs Switch fuzztarget SHA256 to simply XOR'ing all input bytes 2018-06-04 10:23:26 -04:00
uint.rs Fix Error type for SimpleDecoder and SimpleEncoder 2018-08-21 01:58:40 -07:00