Macros

#define LL_PKC_BITS_LENGTH_MIN   (256U)
 
#define LL_PKC_BITS_LENGTH_MAX   (2048U)
 
#define LL_PKC_BIGMULTI_BITS_LENGTH_MAX   (1024U)
 

Detailed Description

Macro Definition Documentation

◆ LL_PKC_BIGMULTI_BITS_LENGTH_MAX

#define LL_PKC_BIGMULTI_BITS_LENGTH_MAX   (1024U)

Big number multiplication bits Length max value

Definition at line 167 of file ll_pkc.h.

◆ LL_PKC_BITS_LENGTH_MAX

#define LL_PKC_BITS_LENGTH_MAX   (2048U)

Bits length max value

Definition at line 166 of file ll_pkc.h.

◆ LL_PKC_BITS_LENGTH_MIN

#define LL_PKC_BITS_LENGTH_MIN   (256U)

Bits length min value

Definition at line 165 of file ll_pkc.h.