BIP-158 compact filter

⚓ Rust    📅 2025-09-29    👤 surdeus    👁️ 6      

surdeus

Warning

This post was published 31 days ago. The information described in this article may have changed.

Info

This post is auto-generated from RSS feed The Rust Programming Language Forum - Latest topics. Source: BIP-158 compact filter

Could not find a library that I could integrate for btc wallets that would give me privacy for my users, so created niebla-158 to be easy to integrate bip-158 to any wallet and enhance bitcoin privacy, this is intended to work with nakamoto for all the p2p connection stuff and I'll just expose the traits and necessary methods for a wallet to integrate and use bip-158 correctly and safely, with just 3 traits needed for it to work.

This is the repo:

The plan is that in conjunction with nakamoto new wallet developers could add privacy for their users in a really easy and fast way.

The library is still young and probably can be improved in many ways since I'm not a mainly rust dev, but it will ease the work a lot for future wallet devs.

1 post - 1 participant

Read full topic

🏷️ Rust_feed