https://github.com/dashpay/rs-bip37-bloom-filter
A bloom filter in rust that works as defined in BIP37. It will work for Bitcoin, Dash and most projects forked from Bitcoin.
https://github.com/dashpay/rs-bip37-bloom-filter
Last synced: 9 months ago
JSON representation
A bloom filter in rust that works as defined in BIP37. It will work for Bitcoin, Dash and most projects forked from Bitcoin.
- Host: GitHub
- URL: https://github.com/dashpay/rs-bip37-bloom-filter
- Owner: dashpay
- License: mit
- Created: 2023-10-25T09:09:24.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-10-25T10:13:18.000Z (over 2 years ago)
- Last Synced: 2025-02-25T05:32:51.449Z (over 1 year ago)
- Language: Rust
- Size: 5.86 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rs-dashcore-bloom
Rust Bloom filter implementation for Dash