Fix TYPO in document 84/198484/1
authorDongsun Lee <ds73.lee@samsung.com>
Fri, 25 Jan 2019 00:25:06 +0000 (09:25 +0900)
committerDongsun Lee <ds73.lee@samsung.com>
Fri, 25 Jan 2019 00:26:36 +0000 (09:26 +0900)
Change-Id: I9e9f5fff90b9f51151773e5d75bd7c44992d27e5
Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
doc/yaca_doc.h

index d8b3ae3..03cd95d 100644 (file)
@@ -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
   *
   * 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.
   *