From 002321f293eb4ad32f520268d6d83e65e8cc791f Mon Sep 17 00:00:00 2001 From: Dongsun Lee Date: Fri, 25 Jan 2019 09:25:06 +0900 Subject: [PATCH] Fix TYPO in document Change-Id: I9e9f5fff90b9f51151773e5d75bd7c44992d27e5 Signed-off-by: Dongsun Lee --- doc/yaca_doc.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/yaca_doc.h b/doc/yaca_doc.h index d8b3ae3..03cd95d 100644 --- a/doc/yaca_doc.h +++ b/doc/yaca_doc.h @@ -20,8 +20,8 @@ * @defgroup CAPI_YACA_MODULE YACA * @brief The YACA (Yet Another Crypto Api) provides a crypto functions such as key management, data integrity, data en/decryption and low-level RSA operations. * Key management provides APIs for generating secured key,importing a key trying to match it to the key_type specified and exporting a key to arbitrary format. - * Data Integrity provides Advanced/Simpled API for the integrity handling - HMAC, CMAC, message digests and digital signature. - * Data en/decryption provides Advanced/Simpled APIs for en/decrypting and sealing/opening a data. + * Data Integrity provides Advanced/Simple API for the integrity handling - HMAC, CMAC, message digests and digital signature. + * Data en/decryption provides Advanced/Simple APIs for en/decrypting and sealing/opening a data. * RSA module provides advanced APIs for low-level encryption/decryption operations with asymmetric RSA keys. * * @section CAPI_YACA_MODULE_OVERVIEW Overview @@ -51,13 +51,13 @@ * * The yaca provides a crypto function such as key management, integrity handling and data en/decryption. * Key management provides APIs for generating secured key, importing a key trying to match it to the key type specified and exporting a key to arbitrary format. - * Data Integrity provides Advanced/Simpled API for the integrity handling - HMAC, CMAC, message digest and digital signature. - * Data en/decryption provides Advanced/Simpled APIs for en/decrypting a data and creating a IV. + * Data Integrity provides Advanced/Simple API for the integrity handling - HMAC, CMAC, message digest and digital signature. + * Data en/decryption provides Advanced/Simple APIs for en/decrypting a data and creating a IV. * RSA module provides advanced APIs for low-level encryption/decryption operations with asymmetric RSA keys. * * The yaca provides 4 types of API. * - key management APIs : These APIs provides generating key using random number or password, importing a key trying to match it to the key_type specified and exporting a key to arbitrary format. - * - data en/decryption APIs : These APIs provides Advanced/Simpled API for the data encryption. + * - data en/decryption APIs : These APIs provides Advanced/Simple API for the data encryption. * - integrity APIs : These APIs provides creating a signature using asymmetric private key, verifying a signature using asymmetric public key, calculating a HMAC/CMAC of given message using symmetric key and calculating message digests of given message without key. * - low-level RSA API : These APIs allow for low-level encryption/decryption operations with asymmetric RSA keys. * -- 2.7.4