dcrd/bloom
2018-01-08 16:04:45 -06:00
..
doc.go docs: document packages and fix typo 2018-01-08 16:04:45 -06:00
example_test.go bloom: workaround go vet issue in example (#895) 2017-10-12 14:43:22 -04:00
filter_test.go Merge remaining dcrutil code into a dcrd package. 2017-10-11 22:06:36 -04:00
filter.go Merge remaining dcrutil code into a dcrd package. 2017-10-11 22:06:36 -04:00
merkleblock_test.go Merge remaining dcrutil code into a dcrd package. 2017-10-11 22:06:36 -04:00
merkleblock.go Merge remaining dcrutil code into a dcrd package. 2017-10-11 22:06:36 -04:00
murmurhash3_test.go Import dcrutil repo under dcrutil directory. 2017-10-11 21:29:08 -04:00
murmurhash3.go travis: add ineffassign linter 2017-12-01 09:14:04 -05:00
README.md bloom: Fix link in README. 2017-11-21 00:40:56 +05:30

bloom

GoDoc

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

A comprehensive suite of tests is provided to ensure proper functionality.

Installation and Updating

$ go get -u github.com/decred/dcrd/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.