Commit Graph

2 Commits

Author SHA1 Message Date
Travis Goodspeed
6b46934f35 Cleanup to the new RNG, #63. 2018-01-27 14:50:28 -05:00
ea
9e297d97e5 Implement RNG to be used as seed for PRNG
This implements a RNG based on SLAA338 (http://www.ti.com/lit/an/slaa338/slaa338.pdf)  which uses phase differences between VLO and DCO to get random bits.

As far as I could test it, it passes the FIPS 140-2 tests using the same code as above mentioned SLAA338.
2018-01-26 13:09:18 -06:00