An open API service indexing awesome lists of open source software.

https://github.com/sammyne/bip37

Implementation of BIP-0037
https://github.com/sammyne/bip37

bips bloom-filter hashing

Last synced: 8 months ago
JSON representation

Implementation of BIP-0037

Awesome Lists containing this project

README

          

# bloom

Bloom Filter Implementation

[![CircleCI](https://circleci.com/gh/sammyne/bip37.svg?style=svg)](https://circleci.com/gh/sammyne/bip37)
[![codecov](https://codecov.io/gh/sammyne/bip37/branch/master/graph/badge.svg)](https://codecov.io/gh/sammyne/bip37)

## References

- [bip-0037](https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki)