Go to the documentation of this file.
31 #ifndef _ESP32_C6_CRYPTO_PKC_H
32 #define _ESP32_C6_CRYPTO_PKC_H
38 #ifndef ESP32_C6_CRYPTO_PKC_SUPPORT
39 #define ESP32_C6_CRYPTO_PKC_SUPPORT DISABLED
40 #elif (ESP32_C6_CRYPTO_PKC_SUPPORT != ENABLED && ESP32_C6_CRYPTO_PKC_SUPPORT != DISABLED)
41 #error ESP32_C6_CRYPTO_PKC_SUPPORT parameter is not valid
void esp32c6RsaInit(void)
RSA module initialization.
General definitions for cryptographic algorithms.