waywardgeek / infnoise

The world's easiest TRNG to get right
Creative Commons Zero v1.0 Universal
732 stars 100 forks source link

Improve code quality #78

Closed psiegl closed 5 years ago

psiegl commented 5 years ago

Use sizeof() whenever possible instead of hard-coded numbers. switch/case improves readability. Plus minor cosmetics.

manuel-domke commented 5 years ago

Thanks again!