lnd.xprv/my/btcutil/bloom
2021-07-24 18:33:36 +03:00
..
cov_report.sh Seedless restore from XPRV 2021-07-24 18:33:36 +03:00
example_test.go Seedless restore from XPRV 2021-07-24 18:33:36 +03:00
filter_test.go Seedless restore from XPRV 2021-07-24 18:33:36 +03:00
filter.go Seedless restore from XPRV 2021-07-24 18:33:36 +03:00
merkleblock_test.go Seedless restore from XPRV 2021-07-24 18:33:36 +03:00
merkleblock.go Seedless restore from XPRV 2021-07-24 18:33:36 +03:00
murmurhash3_test.go Seedless restore from XPRV 2021-07-24 18:33:36 +03:00
murmurhash3.go Seedless restore from XPRV 2021-07-24 18:33:36 +03:00
README.md Seedless restore from XPRV 2021-07-24 18:33:36 +03:00
test_coverage.txt Seedless restore from XPRV 2021-07-24 18:33:36 +03:00

bloom

Build Status ISC License GoDoc

Package bloom provides an API for dealing with bitcoin-specific bloom filters.

A comprehensive suite of tests is provided to ensure proper functionality. See test_coverage.txt for the gocov coverage report. Alternatively, if you are running a POSIX OS, you can run the cov_report.sh script for a real-time report.

Installation and Updating

$ go get -u github.com/btcsuite/btcutil/bloom

Examples

  • NewFilter Example
    Demonstrates how to create a new bloom filter, add a transaction hash to it, and check if the filter matches the transaction.

License

Package bloom is licensed under the copyfree ISC License.