mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
16 lines
564 B
Markdown
16 lines
564 B
Markdown
bloom
|
|
=====
|
|
|
|
[](https://choosealicense.com/licenses/isc/)
|
|
[](http://godoc.org/github.com/kaspanet/kaspad/util/bloom)
|
|
|
|
Package bloom provides an API for dealing with kaspa-specific bloom filters.
|
|
|
|
|
|
## Examples
|
|
|
|
* [NewFilter Example](http://godoc.org/github.com/kaspanet/kaspad/util/bloom#example-NewFilter)
|
|
Demonstrates how to create a new bloom filter, add a transaction hash to it,
|
|
and check if the filter matches the transaction.
|
|
|