rust-bitcoin-unsafe-fast/src
Andrew Poelstra ecdb750148 Implement script except for crypto opcodes, replace zero_hash by Default
Looks like to implement the crypto opcodes I may need to switch from
rust-crypto to rust-openssl.. or implement RIPEMD-160 for rust-crypto.
In either case I will need to generalize the hash.rs stuff to support
other hashes, so I'm committing here as a checkpoint before doing all
that.
2014-08-05 19:08:06 -07:00
..
blockdata Implement script except for crypto opcodes, replace zero_hash by Default 2014-08-05 19:08:06 -07:00
network Implement script except for crypto opcodes, replace zero_hash by Default 2014-08-05 19:08:06 -07:00
util Implement script except for crypto opcodes, replace zero_hash by Default 2014-08-05 19:08:06 -07:00
internal_macros.rs Revamp Serializable interface to be similar to Encoder/Encodable 2014-08-01 09:01:39 -07:00
lib.rs Replace PatriciaTree with HashMap for UTXO set 2014-07-20 16:52:00 -07:00
macros.rs Fix nu_select! macro for borrowck 2014-07-26 19:36:38 -07:00