enum tapi_cfg_key_size

Overview

Key sizes. More…

#include <tapi_cfg_key.h>

enum tapi_cfg_key_size {
    TAPI_CFG_KEY_SIZE_MIN,
    TAPI_CFG_KEY_SIZE_RECOMMENDED,
    TAPI_CFG_KEY_SIZE_MAX,
};

Detailed Documentation

Key sizes.

The values are abstract, not exact bit sizes, because different key type may have totally different semantics of a key size, therefore requesting a exact size rarely makes any sense

Enum Values

TAPI_CFG_KEY_SIZE_MIN

Minimum allowed key size for a given type

TAPI_CFG_KEY_SIZE_RECOMMENDED

Recommended key size for a given type

TAPI_CFG_KEY_SIZE_MAX

Maximum allowed or reasonable key size for a given type