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 eefb1d90..41a5a045 100644
--- a/toxcore/crypto_core.h
+++ b/toxcore/crypto_core.h
@@ -108,7 +108,7 @@ int decrypt_data_symmetric(const uint8_t *secret_key, const uint8_t *nonce, cons
108void increment_nonce(uint8_t *nonce); 108void increment_nonce(uint8_t *nonce);
109 109
110/* increment the given nonce by num */ 110/* increment the given nonce by num */
111void increment_nonce_number(uint8_t *nonce, uint32_t num); 111void increment_nonce_number(uint8_t *nonce, uint32_t host_order_num);
112 112
113/* Fill the given nonce with random bytes. */ 113/* Fill the given nonce with random bytes. */
114void random_nonce(uint8_t *nonce); 114void random_nonce(uint8_t *nonce);