Change-Id: If37bedea064de53d4b45808faa64a1e54e9d5e5d
* @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;
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;
/**