rust-bitcoin-unsafe-fast/src
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
..
blockdata util: add Sha256dEncoder to allow streaming data into a hash 2017-12-06 16:50:47 +00:00
network add unit test for overflow panic 2017-06-07 16:09:40 +00:00
util util: add Sha256dEncoder to allow streaming data into a hash 2017-12-06 16:50:47 +00:00
internal_macros.rs Resurrect BIP32 support 2016-06-24 19:15:57 +00:00
lib.rs Remove unused `num_cpus` dep 2016-10-10 13:09:40 +00:00
macros.rs Fix for serde changes 2015-09-20 13:10:20 -05:00
test_macros.rs Resurrect BIP32 support 2016-06-24 19:15:57 +00:00