summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDongsun Lee <ds73.lee@samsung.com>2019-01-25 09:25:06 +0900
committerDongsun Lee <ds73.lee@samsung.com>2019-01-25 09:25:06 +0900
commite7861cdea9bb6018bfc9cb65d8c749480d44b64b (patch)
treebc1795fb4360f812d0ffe42fa02f680c1e99ae60
parent52d9fac96f1db8eb862f2622bb2abfb01b92312b (diff)
downloadyaca-tizen_4.0.tar.gz
yaca-tizen_4.0.tar.bz2
yaca-tizen_4.0.zip
Fix TYPO in documenttizen_4.0
Change-Id: I9e9f5fff90b9f51151773e5d75bd7c44992d27e5 Signed-off-by: Dongsun Lee <ds73.lee@samsung.com>
-rw-r--r--doc/yaca_doc.h10
1 files 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.
*