summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/crypto_core.h')
-rw-r--r--toxcore/crypto_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/crypto_core.h b/toxcore/crypto_core.h
index 7362d49e..f19a9790 100644
--- a/toxcore/crypto_core.h
+++ b/toxcore/crypto_core.h
@@ -129,7 +129,7 @@ void new_nonce(uint8_t *nonce);
129 129
130/* Create a request to peer. 130/* Create a request to peer.
131 * send_public_key and send_secret_key are the pub/secret keys of the sender. 131 * send_public_key and send_secret_key are the pub/secret keys of the sender.
132 * recv_public_key is public key of reciever. 132 * recv_public_key is public key of receiver.
133 * packet must be an array of MAX_CRYPTO_REQUEST_SIZE big. 133 * packet must be an array of MAX_CRYPTO_REQUEST_SIZE big.
134 * Data represents the data we send with the request with length being the length of the data. 134 * Data represents the data we send with the request with length being the length of the data.
135 * request_id is the id of the request (32 = friend request, 254 = ping request). 135 * request_id is the id of the request (32 = friend request, 254 = ping request).