This website requires JavaScript.
Explore
Help
Sign In
webadmin
/
pico-rng
Watch
1
Star
0
Fork
0
You've already forked pico-rng
mirror of
https://github.com/polhenarejos/pico-rng.git
synced
2026-04-27 09:17:40 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5571c8809c95b9a727ad640b0b89e76d228f1ba9
pico-rng
/
firmware
History
Mickey Malone
5571c8809c
Tried using srand with rand to achieve more randomness.
sudo cat /dev/pico_rng | rngtest -c 1000
still says that it is not even close to being good enough. Although, if we feed this data into the kernel with the other data sources it should be FIPS 140-2 compliant. By itself it is not.
2021-02-12 07:34:15 -06:00
..
CMakeLists.txt
Updated firmware and test tool with with simple random number generator code
2021-02-07 11:01:42 -06:00
pico_rng_test.py
Updated firware to contain only 1 endpoint. Created a global data buffer to hold the ADC EP1 IN data. This increased performance from 7.5 KBps to 150+ KBps.
2021-02-10 07:26:40 -06:00
pico_rng.c
Tried using srand with rand to achieve more randomness.
sudo cat /dev/pico_rng | rngtest -c 1000
still says that it is not even close to being good enough. Although, if we feed this data into the kernel with the other data sources it should be FIPS 140-2 compliant. By itself it is not.
2021-02-12 07:34:15 -06:00
pico_rng.h
Updated firware to contain only 1 endpoint. Created a global data buffer to hold the ADC EP1 IN data. This increased performance from 7.5 KBps to 150+ KBps.
2021-02-10 07:26:40 -06:00
usb_common.h
Initial commit
2021-02-06 08:35:38 -06:00