-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README to reflect changes in onion construction, mixer and gat…
…ekeeper behavior, and security threats. This commit updates the README file to reflect changes in onion construction, mixer and gatekeeper behavior, and security threats. Changes include: - The client no longer sends periodic heartbeat messages, instead, nodes publish part of a Diffie-Hellman exchange as part of their public keys. - The client generates a random scalar r for each onion and the clients part of the exchange is included in the onion header. - The onion is now constructed in layers with each layer containing encrypted metadata that includes a pseudorandom nonce, window of expected arrival time, and next hop. - For each participant in the routing path, the client uses its corresponding session key and pseudorandom function F1 to determine if it should create a checkpoint onion for that layer. - The number of protection layers is managed in a way that does not reveal any positional information. - Mixers and Gatekeepers manage the bruise counter differently, now validating key slots instead of incrementing a counter when an onion is delayed or tampered with. - Gatekeepers discard onions if the number of valid key slots is below a predefined threshold. - The README file now includes a section on potential adversarial functions and how they can be detected.
- Loading branch information
1 parent
1e0beb8
commit 5462770
Showing
1 changed file
with
35 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters