aboutsummaryrefslogtreecommitdiff
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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/anastasis_crypto_lib.h b/src/include/anastasis_crypto_lib.h
index bf29b27..ee3ef16 100644
--- a/src/include/anastasis_crypto_lib.h
+++ b/src/include/anastasis_crypto_lib.h
@@ -14,7 +14,7 @@
14 Anastasis; see the file COPYING.GPL. If not, see <http://www.gnu.org/licenses/> 14 Anastasis; see the file COPYING.GPL. If not, see <http://www.gnu.org/licenses/>
15*/ 15*/
16/** 16/**
17 * @file lib/anastasis_cryto_lib.h 17 * @file include/anastasis_crypto_lib.h
18 * @brief anastasis crypto api 18 * @brief anastasis crypto api
19 * @author Christian Grothoff 19 * @author Christian Grothoff
20 * @author Dominik Meister 20 * @author Dominik Meister
@@ -370,7 +370,7 @@ ANASTASIS_CRYPTO_recovery_document_encrypt (
370 * are the first 48Byte of the data. 370 * are the first 48Byte of the data.
371 * 371 *
372 * @param id Hashed User input, used for the generation of the encryption key 372 * @param id Hashed User input, used for the generation of the encryption key
373 * @param enc_rec_doc, contains the encrypted recovery document and the nonce and iv used for the encryption. 373 * @param enc_rec_doc contains the encrypted recovery document and the nonce and iv used for the encryption.
374 * @param erd_size size of the data 374 * @param erd_size size of the data
375 * @param[out] rec_doc return from the result, which contains the encrypted recovery document 375 * @param[out] rec_doc return from the result, which contains the encrypted recovery document
376 * and the nonce and iv used for the encryption as Additional Data 376 * and the nonce and iv used for the encryption as Additional Data
@@ -464,7 +464,7 @@ ANASTASIS_CRYPTO_truth_decrypt (
464 * A key share is randomly generated, one key share is generated for every 464 * A key share is randomly generated, one key share is generated for every
465 * truth a policy contains. 465 * truth a policy contains.
466 * 466 *
467 * @param key_share[out] reference to the created key share. 467 * @param[out] key_share reference to the created key share.
468 */ 468 */
469void 469void
470ANASTASIS_CRYPTO_keyshare_create ( 470ANASTASIS_CRYPTO_keyshare_create (