rust-bitcoin-unsafe-fast/src/util
Andrew Poelstra c691d0e382 util: add Sha256dEncoder to allow streaming data into a hash
This is needed to for a sane BIP143 implementation. Should be exactly equivalent to
serializing data into a vector then hashing that vector for all types.
2017-12-06 16:50:47 +00:00
..
address.rs Add some accessors to the `Privkey` structure 2015-12-02 10:58:18 -06:00
base58.rs Changes for cargo-clippy warnings 2015-10-28 11:27:23 -05:00
bip32.rs segwit: add transaction/block serialization support for BIP141/BIP144; bump to 0.8 2016-08-24 16:24:55 +00:00
contracthash.rs cargo-clippy cleanups 2016-06-21 14:35:27 +00:00
decimal.rs Add unsigned Decimal type 2015-12-19 20:13:59 -06:00
hash.rs util: add Sha256dEncoder to allow streaming data into a hash 2017-12-06 16:50:47 +00: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 update byteorder to 1.1 from 0.3 2017-07-28 16:19:44 +00:00
patricia_tree.rs cargo-clippy cleanups 2016-06-21 14:35:27 +00:00
uint.rs uint: bugfix in trailing_zeroes() 2016-08-26 16:20:26 +00:00