summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core.api.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxcore/crypto_core.api.h')
-rw-r--r--toxcore/crypto_core.api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxcore/crypto_core.api.h b/toxcore/crypto_core.api.h
index 94ccac47..b6b49624 100644
--- a/toxcore/crypto_core.api.h
+++ b/toxcore/crypto_core.api.h
@@ -207,7 +207,7 @@ static int32_t decrypt_data(
207/** 207/**
208 * Fast encrypt/decrypt operations. Use if this is not a one-time communication. 208 * Fast encrypt/decrypt operations. Use if this is not a one-time communication.
209 * $encrypt_precompute does the shared-key generation once so it does not have 209 * $encrypt_precompute does the shared-key generation once so it does not have
210 * to be preformed on every encrypt/decrypt. 210 * to be performed on every encrypt/decrypt.
211 */ 211 */
212static int32_t encrypt_precompute( 212static int32_t encrypt_precompute(
213 const uint8_t[CRYPTO_PUBLIC_KEY_SIZE] public_key, 213 const uint8_t[CRYPTO_PUBLIC_KEY_SIZE] public_key,