bitcoin-spv 0.1.0

Bitcoin SPV Proof evaluation
Documentation
bitcoin-spv-0.1.0 is not a library.

This crate is part of the bitcoin-spv project.

This work is produced and copyrighted by Summa, and released under the terms of the LGPLv3 license.

It contains a collection of Rust functions and structs for working with Bitcoin data structures. Basically, these tools help you parse, inspect, and authenticate Bitcoin transactions.

It is extremely easy to write insecure code using these libraries. We do not recommend a specific security model. Any SPV verification involves complex security assumptions. Please seek external review for your design before building with these libraries.