-
There's probably library code out there that handles this. If not the relevant RFCs are:
* https://tools.ietf.org/html/rfc5321
* https://tools.ietf.org/html/rfc6409
-
I have been using findx for awhile now. So far I am liking it a lot better then DuckDuckGo and Gigablast. However, I had a little issue trying to find this respo and required me to do some searching. …
-
this is an excellent paper which defines how mixnets might provide higher level message delivery properties.
-
we should add mix papers from anonbib. this means slightly modifying each bibtex entry.
one of the challenges for this task is identifying non-obvious mixnet papers on anonbib.
-
https://people.csail.mit.edu/nickolai/papers/vandenhooff-vuvuzela.pdf
Note: Even with verifiable mixnets, how you apply it makes a big difference. if the content is linkable, you need to resort to …
-
The logic seems to be there, along with half of the interface. Is there any reason this hasn't been fully implemented yet?
I've completed the implementation of these fields on my fork at https://gith…
-
- [ ] Update Figure 1, left panel, to the mean of all 454 instead of 454-5. Adjust the position.
- [ ] One a big picture standpoint, the tools presented in this manuscript are useful only if there ar…
-
See go/apps/mixnet/mixnet_router/mixnet_router.go:90 for related TODO. To handle signals in Go, one creates a chan os.Signal and run a go routine that waits on that channel. So we free up any resource…
-
Maybe I'm wrong, but there doesn't seem to be any encryption between peers. If this is the case, then it's trivial to determine the public key associated with a given node. A passive observer can look…
-
Note: This is probably beyond the scope of Torsion's design goals, but in attempt to solve some anonymity problems here is a rather long winded idea.
This topic is discussing a theoretical feature/en…