-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linux kernel driver support #20
Comments
I'm interested in having a look at how this might be done. Right now by default, the FT240XQ's ID |
Looks like I can use From what I can tell from a cursory glance over the |
@AidanGG Any progress on this? |
Sadly not, unfortunately. I have mostly stopped using the infnoise. |
@AidanGG what did you switch to ? |
In case anyone else wanted to write a kernel driver for the infnoise, here's one approach - https://github.com/tectrolabs/swiftrng/blob/master/linux/swrandom/swrandom.c |
Similarly to ChaosKey, support for Infnoise by the Linux kernel would be appreciated. In that case Infnoise's random data should be feeded into kernel's LRNG which does the PRNG via ChaCha20 and alike.
The text was updated successfully, but these errors were encountered: