summaryrefslogtreecommitdiff
path: root/toxcore/crypto_core.api.h
diff options
context:
space:
mode:
authoryangfl <yangfl@users.noreply.github.com>2018-09-19 11:15:50 +0800
committeriphydf <iphydf@users.noreply.github.com>2018-09-19 18:16:13 +0000
commitd3d5b701cb940e5f6c7cb2af199428fc8224e665 (patch)
tree227460e1cde95443856ccbc5f0bcf082874bd41c /toxcore/crypto_core.api.h
parent758bd9aa871666e1003691531f22f6dc515625bf (diff)
Fix typos
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,