-
The ESP32 chips offer the True Random Number Generator (TRNG) also known as Hardware Random Number Generator. It is documented on that page: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/random.html |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The TRNG of the ESP32 and it's interface via esp_random() is already used by the os.urandom() method. |
Beta Was this translation helpful? Give feedback.
The TRNG of the ESP32 and it's interface via esp_random() is already used by the os.urandom() method.