summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core.c
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/crypto_core.c')
-rw-r--r--toxcore/crypto_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/crypto_core.c b/toxcore/crypto_core.c
index 1799b600..32d07208 100644
--- a/toxcore/crypto_core.c
+++ b/toxcore/crypto_core.c
@@ -210,7 +210,7 @@ void new_nonce(uint8_t *nonce)
210 210
211/* Create a request to peer. 211/* Create a request to peer.
212 * send_public_key and send_secret_key are the pub/secret keys of the sender. 212 * send_public_key and send_secret_key are the pub/secret keys of the sender.
213 * recv_public_key is public key of reciever. 213 * recv_public_key is public key of receiver.
214 * packet must be an array of MAX_CRYPTO_REQUEST_SIZE big. 214 * packet must be an array of MAX_CRYPTO_REQUEST_SIZE big.
215 * Data represents the data we send with the request with length being the length of the data. 215 * Data represents the data we send with the request with length being the length of the data.
216 * request_id is the id of the request (32 = friend request, 254 = ping request). 216 * request_id is the id of the request (32 = friend request, 254 = ping request).