summaryrefslogtreecommitdiff
path: root/docs/Crypto.txt
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2013-07-02 20:53:03 -0400
committerirungentoo <irungentoo@gmail.com>2013-07-02 20:53:03 -0400
commit168e0fd10505a908863e194eb6ef05df6f9f2858 (patch)
treee5c63775d6e05d012e8b56dc8f0f25b2d829de9f /docs/Crypto.txt
parent5591d44632f5ddb088e2405756c0e219915ceda4 (diff)
Fixed typo.
Diffstat (limited to 'docs/Crypto.txt')
-rw-r--r--docs/Crypto.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Crypto.txt b/docs/Crypto.txt
index 95d343d5..3abfe82e 100644
--- a/docs/Crypto.txt
+++ b/docs/Crypto.txt
@@ -10,7 +10,7 @@ generate the users public-private key pair. (32 bytes each)
10The generated public key is set as the client_id of the peer. 10The generated public key is set as the client_id of the peer.
11 11
12Adding a friend: 12Adding a friend:
13 Alice adds bob to her friends list by adding his 32 byte public key (client_id) to his friends list. 13 Alice adds bob to her friends list by adding his 32 byte public key (client_id) to her friends list.
14 2 cases: 14 2 cases:
15 case 1: Alice adds Bobs public key and bob waits for Alice to attempt to connect to him. 15 case 1: Alice adds Bobs public key and bob waits for Alice to attempt to connect to him.
16 case 2: Bob and Alice add their respective public keys to their friends list at the same time. 16 case 2: Bob and Alice add their respective public keys to their friends list at the same time.