User-defined NoiseSources - how?
Opened this issue · 0 comments
justablob commented
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?