You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on #942 it turned out that the implementation of the CryptoRng trait implies that the generator should generate truly random numbers (be TRNG), so I looked into TRM section (check attachment) and esp-idf implementation and it turns out that IDF does quite a few things to ensure true randomness of generated numbers. Their actions are also in line with what is written in the documentation, so I guess we also need to do make similar adjustments
PS: Conditions of TRNG may differ from chip to chip, but generally they're similar
The text was updated successfully, but these errors were encountered:
While working on #942 it turned out that the implementation of the CryptoRng trait implies that the generator should generate truly random numbers (be TRNG), so I looked into TRM section (check attachment) and esp-idf implementation and it turns out that IDF does quite a few things to ensure true randomness of generated numbers. Their actions are also in line with what is written in the documentation, so I guess we also need to do make similar adjustments
PS: Conditions of TRNG may differ from chip to chip, but generally they're similar
The text was updated successfully, but these errors were encountered: