Make random module use TPU entropy
Right now, urandom
is an unseeded Yasmarang random number generator. Since max32665 contains a TPU which can generate entropy, we should use that instead.
Doing so requires adding new calls to Epicardium API (Guide) and creating a c-module for Pycardium (Guide). Docs for the TPU can be found in lib/sdk/Documentation/html/group__trng__registers.html
.