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
Hey there, i'm trying to use this library in a program running on a Teensy 4.1, but i'm having an issue with the RNG. The Teensy 4.1 doesn't offer any (?) of the built-in entropy sources. However, it has a hardware TRNG. The Entropy.h Teensy library seems to have support for this TRNG, but i can't figure out how to feed the output from that into this library. Any pointers?
The text was updated successfully, but these errors were encountered:
Hey there, i'm trying to use this library in a program running on a Teensy 4.1, but i'm having an issue with the RNG. The Teensy 4.1 doesn't offer any (?) of the built-in entropy sources. However, it has a hardware TRNG. The Entropy.h Teensy library seems to have support for this TRNG, but i can't figure out how to feed the output from that into this library. Any pointers?
The text was updated successfully, but these errors were encountered: