You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi all! Thank you for the great work in this repo.
I would like to ask if this mixnet implementation is based on libp2p, as written in the repo description. It seems that the repo doesn't use libp2p as a dependency and implements its own interfaces. If so, can I ask about the future integration plan with libp2p?
The text was updated successfully, but these errors were encountered:
We used to provide a libp2p protocol implementation, but this was removed recently. I've update the repo description to reflect that. This implementation is now network agnostic. There's an example on how we use it in a project over libp2p: paritytech/substrate#14207
There are no plans to provide a standalone libp2p module for now.
Hi all! Thank you for the great work in this repo.
I would like to ask if this mixnet implementation is based on libp2p, as written in the repo description. It seems that the repo doesn't use libp2p as a dependency and implements its own interfaces. If so, can I ask about the future integration plan with libp2p?
The text was updated successfully, but these errors were encountered: