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