From: Dongsun Lee Date: Fri, 25 Jan 2019 00:25:06 +0000 (+0900) Subject: Fix TYPO in document X-Git-Tag: accepted/tizen/unified/20190724.130059~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F84%2F198484%2F1;p=platform%2Fcore%2Fsecurity%2Fyaca.git Fix TYPO in document Change-Id: I9e9f5fff90b9f51151773e5d75bd7c44992d27e5 Signed-off-by: Dongsun Lee --- 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. *