summaryrefslogtreecommitdiff
path: root/docs/updates/Crypto.md
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-01-19 09:44:33 -0500
committerirungentoo <irungentoo@gmail.com>2014-01-19 09:44:33 -0500
commitcdcb8b86007b6490557f1329f42c08732282c500 (patch)
tree8e41be5a50fd122ea557f11ec445c5fc234e91a6 /docs/updates/Crypto.md
parent99ae23813b47cc5198a210c4ea8da54d8a817829 (diff)
Added no_replay and added some things to the docs.
Diffstat (limited to 'docs/updates/Crypto.md')
-rw-r--r--docs/updates/Crypto.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/updates/Crypto.md b/docs/updates/Crypto.md
index 6b489c3b..a6c701d3 100644
--- a/docs/updates/Crypto.md
+++ b/docs/updates/Crypto.md
@@ -20,7 +20,7 @@ case 1: Alice adds Bobs public key and bob waits for Alice to attempt to connect
20case 2: Bob and Alice add their respective public keys to their friends list at the same time. 20case 2: Bob and Alice add their respective public keys to their friends list at the same time.
21 21
22case 1: 22case 1:
23Alice sends a crypto request packet to bob with the encrypted part containing the friends request like so: 23Alice sends a onion data (see: Prevent_tracking.txt) packet to bob with the encrypted part containing the friends request like so:
24``` 24```
25[char with a value of 32][nospam number (4 bytes)][Message] 25[char with a value of 32][nospam number (4 bytes)][Message]
26``` 26```