rust-bitcoin-unsafe-fast/src
Andrew Poelstra 6bf553c6fe Add BIP32 key support; unify array newtyping; improve base58 trait
Sorry for so many things in one commit ... it was an iterative
process depending as I worked on BIP32 to get the other stuff
working. (And I was too lazy to separate it out after the fact.)

A breaking change by the array newtyping is that Show for Sha256dHash
now outputs the slice Show. You have to use `{:x}` to get the old hex
output.
2014-08-28 09:49:03 -07:00
..
blockdata script tracer: add `op_count` a running opcode count 2014-08-25 21:39:16 -07:00
network Add BIP32 key support; unify array newtyping; improve base58 trait 2014-08-28 09:49:03 -07:00
util Add BIP32 key support; unify array newtyping; improve base58 trait 2014-08-28 09:49:03 -07:00
wallet Add BIP32 key support; unify array newtyping; improve base58 trait 2014-08-28 09:49:03 -07:00
internal_macros.rs Add BIP32 key support; unify array newtyping; improve base58 trait 2014-08-28 09:49:03 -07:00
lib.rs Add BIP32 key support; unify array newtyping; improve base58 trait 2014-08-28 09:49:03 -07:00
macros.rs Fix nu_select! macro for borrowck 2014-07-26 19:36:38 -07:00