Skip to content

Instantly share code, notes, and snippets.

@bshambaugh
Created February 9, 2025 22:18
Show Gist options
  • Save bshambaugh/b89d0d5e122b038896bcdb59fd6fbb13 to your computer and use it in GitHub Desktop.
Save bshambaugh/b89d0d5e122b038896bcdb59fd6fbb13 to your computer and use it in GitHub Desktop.
how to store a private key in efuse? some possible avenues...
https://github.com/espressif/esp-idf/blob/master/docs/en/api-reference/system/efuse.rst
https://docs.espressif.com/projects/esp-idf/en/stable/esp32/api-reference/system/efuse.html
https://docs.espressif.com/projects/esp-idf/en/v4.3/esp32c3/api-reference/peripherals/ds.html
https://docs.espressif.com/projects/esp-idf/en/latest/esp32c3/api-reference/system/efuse.html
https://github.com/espressif/esp-idf/blob/master/examples/system/efuse/README.md
https://mbed-tls.readthedocs.io/projects/api/en/v3.6.2/api/group/group__crypto__types/
https://docs.espressif.com/projects/esp-idf/en/stable/esp32h2/api-reference/peripherals/ecdsa.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment