From d1a301ebbf758b9f323584b59b87635d12940948 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 13 Aug 2021 22:50:30 +0200 Subject: -modify DB schema in preparation for IBAN auth method support --- src/include/anastasis_crypto_lib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/anastasis_crypto_lib.h') 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. -- cgit v1.2.3