mirror of
https://github.com/espressif/esp-idf.git
synced 2025-11-18 10:31:09 +00:00
MPI: add kconfig option for doing intr-based exp-mod operations
This commit is contained in:
@@ -80,4 +80,17 @@ void esp_mpi_exp_mpi_mod_hw_op(const mbedtls_mpi *X, const mbedtls_mpi *Y, const
|
||||
|
||||
#endif //ESP_MPI_USE_MONT_EXP
|
||||
|
||||
/**
|
||||
* @brief Enable/disables MPI operation complete interrupt
|
||||
*
|
||||
* @param enable true: enable, false: disable
|
||||
*/
|
||||
void esp_mpi_interrupt_enable( bool enable );
|
||||
|
||||
/**
|
||||
* @brief Clears the MPI operation complete interrupt status
|
||||
*
|
||||
*/
|
||||
void esp_mpi_interrupt_clear( void );
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user