summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core.h
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2014-09-09 20:39:35 -0400
committerirungentoo <irungentoo@gmail.com>2014-09-09 20:39:35 -0400
commitd69a6843e70bc5c75c343ca54388ced3c1b91662 (patch)
tree18f7566c886ae81f23b14a7449234d6aede24ba4 /toxcore/crypto_core.h
parenta0302b7acaef47805f93718630e501acdd3a3d00 (diff)
parent2bb2bc4163a13253d51b7d11e4abbe62b07da526 (diff)
Merge branch 'cgar-spelling'
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).