Example for the mcuxClEcc component. More...
#include <mcuxClToolchain.h>#include <mcuxClBuffer.h>#include <mcuxClRandomModes.h>#include <mcuxClEcc.h>#include <mcuxClKey.h>#include <mcuxClPkc_Types.h>#include <mcuxClExample_Session_Helper.h>#include <mcuxClCore_Examples.h>#include <mcuxClCore_Macros.h>#include <mcuxClExample_RNG_Helper.h>#include <mcuxClExample_ELS_Helper.h>Macros | |
| #define | MAX_CPUWA_SIZE |
| #define | MAX_PKCWA_SIZE |
Functions | |
| MCUXCLEXAMPLE_FUNCTION (mcuxClEcc_EdDSA_Ed25519ctx_example) | |
Variables | |
| static const ALIGNED uint8_t | pMessage [] |
| static const ALIGNED uint8_t | pContext [] |
| static const ALIGNED uint8_t | pRefSignature [MCUXCLECC_EDDSA_ED25519_SIZE_SIGNATURE] |
| static const ALIGNED uint8_t | pPrivateKey [MCUXCLECC_EDDSA_ED25519_SIZE_PRIVATEKEY] |
Example for the mcuxClEcc component.