summaryrefslogtreecommitdiff
path: root/docs/updates
diff options
context:
space:
mode:
authordartraiden <wowemuh@gmail.com>2017-08-22 21:49:48 +0300
committerRobin Lindén <dev@robinlinden.eu>2017-09-20 21:31:56 +0200
commit987ad5eac173442d6ad2d5cd80c2da763a815a9a (patch)
tree4a0c344d78f24c0fb0218557fd6c8b85fe4541ee /docs/updates
parent9e43d678fb7e42526aa5ee2429efee4776dad69f (diff)
Fix typos in docs
Diffstat (limited to 'docs/updates')
-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 bfb01034..fd169a2e 100644
--- a/docs/updates/Crypto.md
+++ b/docs/updates/Crypto.md
@@ -46,7 +46,7 @@ Crypto request packets
46-------------------------------------- 46--------------------------------------
47 47
48``` 48```
49[char with a value of 32][Bob (The reciever's) Public key (client_id) (32 bytes))][Alice's (The sender's) Public key (client_id) (32 bytes)][Random nonce (24 bytes)][Encrypted message] 49[char with a value of 32][Bob (The receiver's) Public key (client_id) (32 bytes))][Alice's (The sender's) Public key (client_id) (32 bytes)][Random nonce (24 bytes)][Encrypted message]
50``` 50```
51 51
52The encrypted message is encrypted with crypto_box() (using Bob's public key, Alice's private key and the nonce (randomly generated 24 bytes)) and is a message from Alice in which she tells Bob who she is. 52The encrypted message is encrypted with crypto_box() (using Bob's public key, Alice's private key and the nonce (randomly generated 24 bytes)) and is a message from Alice in which she tells Bob who she is.