-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Rendezvous] Is a PoW requirement useful? #337
Comments
According to #334 (comment), we don't actually want PoW in the protocol. I'll leave this ticket open to track that the spec needs to be changed to clarify that, in particular I think we should:
|
Any deterministic/verifiable randomness sounds application specific, but that's fine given the applications being build on libp2p. I only gave examples with a radomness beacon, but anyone without one could consider H("app" ++ date ++ dest_pk) if dest_pk stays hidden from the network, or somehow VRF.Sign(sk, "app" ++ date) and VRF.Verify(pk, "app" ++ date) if pk is public. |
Relates to libp2p#334. Fixes libp2p#337.
Relates to libp2p#334. Fixes libp2p#337.
Originally raised by @burdges in libp2p/rust-libp2p#2107 (comment).
The text was updated successfully, but these errors were encountered: