summaryrefslogtreecommitdiff
path: root/docs/updates/Crypto.md
diff options
context:
space:
mode:
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 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.