Update PQC API comments 19/317119/1
authorJakub Wlostowski <j.wlostowski@samsung.com>
Wed, 4 Sep 2024 07:31:08 +0000 (09:31 +0200)
committerJakub Wlostowski <j.wlostowski@samsung.com>
Wed, 4 Sep 2024 07:31:08 +0000 (09:31 +0200)
Change-Id: If37bedea064de53d4b45808faa64a1e54e9d5e5d

src/include/ckmc/ckmc-type.h

index 6630591d4e79d8bac24bd4148484eb8e1a39d273..0cd6fcb4e9c817317cd48fb2f757cc960914ebc4 100644 (file)
@@ -108,8 +108,8 @@ typedef enum __ckmc_key_type {
  * @since_tizen 7.0
  */
 typedef enum __ckmc_kem_type {
-       CKMC_ML_KEM_768 = 0,
-       CKMC_ML_KEM_1024
+       CKMC_ML_KEM_768 = 0, /**< ML-KEM-768 algorithm type */
+       CKMC_ML_KEM_1024 /**< ML-KEM-1024 algorithm type */
 } ckmc_kem_type_e;
 
 
@@ -485,7 +485,7 @@ typedef enum __ckmc_algo_type {
        CKMC_ALGO_KEM,  /**< KEM algorithm
                     Supported parameters:
                      - #CKMC_PARAM_ALGO_TYPE = #CKMC_ALGO_KEM (mandatory),
-                     - #CKMC_PARAM_KEM_TYPE = the type of KEM (see #ckmc_kem_type_e) (mandatory) */
+                     - #CKMC_PARAM_KEM_TYPE = the type of KEM (see #ckmc_kem_type_e) (mandatory) (Since 7.0) */
 } ckmc_algo_type_e;
 
 /**