mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 20:00:53 +00:00
feat(ecc): enable ECC constant time mode for ESP32-H2 ECO5
This commit is contained in:

committed by
Aditya Patwardhan

parent
8354773714
commit
6875cbf022
@@ -173,6 +173,12 @@ static inline void ecc_ll_read_param(ecc_ll_param_t param, uint8_t *buf, uint16_
|
||||
memcpy(buf, (void *)reg, len);
|
||||
}
|
||||
|
||||
static inline void ecc_ll_enable_constant_time_point_mul(bool enable)
|
||||
{
|
||||
// Not supported for ESP32-C6
|
||||
(void) enable; //unused
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user