summaryrefslogtreecommitdiff
path: root/src/include/anastasis_crypto_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/anastasis_crypto_lib.h')
-rw-r--r--src/include/anastasis_crypto_lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/anastasis_crypto_lib.h b/src/include/anastasis_crypto_lib.h
index 8faf65a..6377baf 100644
--- a/src/include/anastasis_crypto_lib.h
+++ b/src/include/anastasis_crypto_lib.h
@@ -367,7 +367,7 @@ ANASTASIS_CRYPTO_recovery_document_encrypt (
/**
* Decrypts the recovery document with AES256, the decryption key is generated with
* the user identifier provided by the user and the salt "erd". The nonce and IV used for the encryption
- * are the first 48Byte of the data.
+ * are the first 48 bytes of the data.
*
* @param id Hashed User input, used for the generation of the encryption key
* @param enc_rec_doc contains the encrypted recovery document and the nonce and iv used for the encryption.