dcrd/bloom
Dave Collins e47deda418
docs: Make various README.md files consistent.
Contains the following upstream commits:
- 5fd45e8085
  - Reverted because txsort needs a decred-specific spec
- 98fd0a0661
  - Reverted because txsort needs a decred-specific spec
- e0e9257790
  - Reverted because txsort needs a decred-specific spec
- 0df67ee064
  - Reverted because txsort needs a decred-specific spec
- d6989ebc71
  - Reverted because txsort needs a decred-specific spec
- e8bab6bc19

As noted, the merge commit reverts all of the txsort-related commits in
between.  It also modifies the paths in the README updates to
decred-specific paths.
2016-11-15 13:02:05 -06:00
..
cov_report.sh Cleanup and finish BIP0037 bloom filter API. 2014-07-09 13:28:58 -05:00
example_test.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
filter_test.go Remove TxTree definitions in favor of wire defs. (#18) 2016-11-14 15:00:06 -06:00
filter.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
merkleblock_test.go Fix a test output for go1.6. 2016-03-25 09:27:01 -04:00
merkleblock.go Return matched tx indices from NewMerkleBlock. (#10) 2016-05-12 13:44:43 -05:00
murmurhash3_test.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
murmurhash3.go Initial Decred Commit. 2016-02-07 13:54:36 -05:00
README.md docs: Make various README.md files consistent. 2016-11-15 13:02:05 -06:00
test_coverage.txt Update test coverage report. 2014-09-01 21:16:08 -05:00

bloom

[Build Status] (https://travis-ci.org/decred/dcrutil) ![ISC License] (http://img.shields.io/badge/license-ISC-blue.svg) [GoDoc] (http://godoc.org/github.com/decred/dcrutil/bloom)

Package bloom provides an API for dealing with decred-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/decred/dcrutil/bloom

Examples

License

Package bloom is licensed under the copyfree ISC License.