MCUX CLNS
MCUX Crypto Library Normal Secure
MCUXCLECC_MONT_CURVE25519_SIZE_

mcuxClEcc_Mont_size definitions for curve25519 input buffers More...

Macros

#define MCUXCLECC_MONT_CURVE25519_SIZE_PRIVATEKEY
 Byte length of a Curve25519 private key. More...
 
#define MCUXCLECC_MONT_CURVE25519_SIZE_PUBLICKEY
 Byte length of a Curve25519 public key. More...
 
#define MCUXCLECC_MONT_CURVE25519_SIZE_SHAREDSECRET
 Byte length of a Curve25519 shared secret. More...
 
#define MCUXCLECC_MONT_CURVE25519_SIZE_PRIMEP
 Byte length of the underlying prime p used in Curve25519. More...
 
#define MCUXCLECC_MONT_CURVE25519_SIZE_BASEPOINTORDER
 Byte length of the base point order n used in Curve25519. More...
 

Detailed Description

mcuxClEcc_Mont_size definitions for curve25519 input buffers

Macro Definition Documentation

◆ MCUXCLECC_MONT_CURVE25519_SIZE_PRIVATEKEY

#define MCUXCLECC_MONT_CURVE25519_SIZE_PRIVATEKEY

Byte length of a Curve25519 private key.

Examples
mcuxClEcc_Mont_example.c.

◆ MCUXCLECC_MONT_CURVE25519_SIZE_PUBLICKEY

#define MCUXCLECC_MONT_CURVE25519_SIZE_PUBLICKEY

Byte length of a Curve25519 public key.

Examples
mcuxClEcc_Mont_example.c.

◆ MCUXCLECC_MONT_CURVE25519_SIZE_SHAREDSECRET

#define MCUXCLECC_MONT_CURVE25519_SIZE_SHAREDSECRET

Byte length of a Curve25519 shared secret.

Examples
mcuxClEcc_Mont_example.c.

◆ MCUXCLECC_MONT_CURVE25519_SIZE_PRIMEP

#define MCUXCLECC_MONT_CURVE25519_SIZE_PRIMEP

Byte length of the underlying prime p used in Curve25519.

◆ MCUXCLECC_MONT_CURVE25519_SIZE_BASEPOINTORDER

#define MCUXCLECC_MONT_CURVE25519_SIZE_BASEPOINTORDER

Byte length of the base point order n used in Curve25519.