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
- Host: GitHub
- URL: https://github.com/sammyne/bip37
- Owner: sammyne
- Created: 2018-11-26T08:34:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T10:09:06.000Z (about 7 years ago)
- Last Synced: 2025-01-24T09:28:45.444Z (over 1 year ago)
- Topics: bips, bloom-filter, hashing
- Language: Go
- Size: 65.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bloom
Bloom Filter Implementation
[](https://circleci.com/gh/sammyne/bip37)
[](https://codecov.io/gh/sammyne/bip37)
## References
- [bip-0037](https://github.com/bitcoin/bips/blob/master/bip-0037.mediawiki)