Edited 10_onion_routing.asciidoc with Atlas code editor

pull/910/head
kristen@oreilly.com 3 years ago
parent 7bc14fd529
commit 8d9388ebcf

@ -32,7 +32,8 @@ Let's say Alice wants to send a secret letter to Dina, indirectly via some inter
There may be many paths that make it possible for Alice to reach Dina. We will explain the process of selecting the _optimum_ path in <<path_finding>>. For now, we'll assume that the path selected by Alice uses Bob and Chan as intermediaries to get to Dina.
====
As a reminder, the path selected by Alice is shown in <<alice_dina_path>>, below.
[role="pagebreak-before"]
As a reminder, the path selected by Alice is shown in <<alice_dina_path>>.
[[alice_dina_path]]
.Path: Alice to Bob to Chan to Dina
@ -224,6 +225,7 @@ Alice has now built the three hop payloads that will be wrapped in an onion. A s
.Hop payloads for all the hops
image::images/mtln_1013.png[Hop payloads for all the hops]
[role="pagebreak-before less_space"]
==== Key Generation
((("keys","generating for onion routing", id="ix_10_onion_routing-asciidoc7", range="startofrange")))((("keys","onion routing and", id="ix_10_onion_routing-asciidoc8", range="startofrange")))((("onion routing","key generation", id="ix_10_onion_routing-asciidoc9", range="startofrange")))Alice must now generate several keys that will be used to encrypt the various layers in the onion.

Loading…
Cancel
Save