Gonçalo Pestana
Gonçalo Pestana
hey! ZeroNet is great, good job! 🚀🚀 We at [hashmatter](https://hashmatter.com/) are very interested in understanding how different projects are using DHTs and P2P routing protocols and what implication it may...
Hey hey, I'm Gonçalo :) I just settled down in London after a period of time between Lisbon and the road. I was raised in a small fisherman town in...
@lmenezes sweet, don't let Kopf die though. Need any help to keep it rocking?
I'm using an one liner for that: ``` $ squawk $(find ./migrations/ -name 002[5-9]* && find ./migrations/ -name 00[3-9]*) ``` which basically picks up all files from `./migrations/0025*.sql` and upwards...
Hey @Mikerah! Thanks! That sounds like an interesting open problem. Based on my understanding, Dandelion++ and onion routing (but not Tor) seem to be good matches for enhancing privacy while...
## [Shadow walker](https://dl.acm.org/citation.cfm?id=1653683&dl=ACM&coll=DL) ShadowWalker (SW) a new low-latency P2P anonymous communication system, based on a random walk over a redundant structured topology. We base our design on shadows that redundantly...
## [ClaimChain](https://claimchain.github.io/) ClaimChain is a cryptographic primitive providing a privacy-preserving, authenticated and decentralized data store of claims. The paper shows how to use ClaimChain as a privacy-preserving decentralized public key...
E.g.: - [ ] verify also circuit addresses are valid - [ ] verify if `len(relayAddrs)` == `len(relayPubKeys)`
For creating specs: https://katzenpost.mixnetworks.org/docs/specs/sphinx.html#single-use-reply-block-surb-creation
hey @derlaft! At this point you can add a breadcrumb to the package that each of the relayers will use to keep state locally to relay the response back to...