rust-bitcoin-unsafe-fast/src/util
John L. Jegutanis aae2937d11 Add a MerkleBlock construction
This is a port of the bitcoin-core CPartialMerkleTree and CMerkleBlock classes.
Here they are called PartialMerkleTree and MerkleBlock.

These are useful for SPV clients that wish to verify that a transaction is
present in a specific block in an authenticated way.
2019-07-05 20:44:31 +02:00
..
psbt Two serde quirks from switching dependencies 2019-05-31 10:18:57 +01:00
address.rs Merge pull request #277 from jonasnick/rand 2019-07-03 20:42:44 +00:00
amount.rs Add Amount and SignedAmount types 2019-05-31 10:18:59 +01:00
base58.rs Convert codebase from util::hash to bitcoin_hashes 2019-01-24 16:27:52 -05:00
bip32.rs Remove Decimal and replace strason with serde_json 2019-06-13 18:29:16 +01:00
bip143.rs Integrate newly-added PublicKey with Address 2019-02-11 15:10:13 -05:00
contracthash.rs Remove unused rand dependency 2019-06-10 13:59:31 +00:00
hash.rs Implement Witness commitment check for Block. Remove MerkleRoot implementations for types implementing BitcoinHash as 2019-02-01 17:46:26 +01:00
key.rs util::key add serde de/serialization 2019-03-21 18:27:42 +00:00
merkleblock.rs Add a MerkleBlock construction 2019-07-05 20:44:31 +02:00
misc.rs Remove unused rand dependency 2019-06-10 13:59:31 +00:00
mod.rs Add a MerkleBlock construction 2019-07-05 20:44:31 +02:00
uint.rs Add slice consensus encode/decode functions and use for short arrays 2019-05-30 11:25:37 -04:00