summaryrefslogtreecommitdiff
path: root/toxencryptsave/toxencryptsave.api.h
diff options
context:
space:
mode:
Diffstat (limited to 'toxencryptsave/toxencryptsave.api.h')
-rw-r--r--toxencryptsave/toxencryptsave.api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toxencryptsave/toxencryptsave.api.h b/toxencryptsave/toxencryptsave.api.h
index 20b8da06..93456235 100644
--- a/toxencryptsave/toxencryptsave.api.h
+++ b/toxencryptsave/toxencryptsave.api.h
@@ -49,7 +49,7 @@ extern "C" {
49 * prefer the advanced API and reuse pass-key objects. 49 * prefer the advanced API and reuse pass-key objects.
50 * 50 *
51 * To use the second part, first derive an encryption key from a password with 51 * To use the second part, first derive an encryption key from a password with
52 * ${pass_Key.derive}, then use the derived key to encrypt the data. 52 * ${tox.pass_Key.derive}, then use the derived key to encrypt the data.
53 * 53 *
54 * The encrypted data is prepended with a magic number, to aid validity 54 * The encrypted data is prepended with a magic number, to aid validity
55 * checking (no guarantees are made of course). Any data to be decrypted must 55 * checking (no guarantees are made of course). Any data to be decrypted must