rust-bitcoin-unsafe-fast/src
Matt Corallo 0e1d927b47 Only provide the required TxIn to bip143 sighash_all.
This resolves an very unergonomic API by allowing iteration over a
Transaction being signed's inputs without needing to take a
conflicting reference to the transaction.

The API is still relateively unsafe in that its very easy to
generate bogus sighashes with it, but this is much better than it
was, and its not clear how to fix it further.
2018-04-02 12:42:59 -04:00
..
blockdata Add a Transaction.get_weight() method, check it in fuzzing 2018-04-02 12:23:05 -04:00
network Expose VarInt's encoded length 2018-04-02 12:23:05 -04:00
util Only provide the required TxIn to bip143 sighash_all. 2018-04-02 12:42:59 -04:00
internal_macros.rs minor nits to get compilation to work on rustc 1.14 (currently shipping Debian version) 2018-03-21 18:49:46 +00:00
lib.rs address: implement Bech32 support 2018-03-13 14:48:01 +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