<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Oct 29, 2014 at 3:35 AM, Bill Stewart <span dir="ltr"><<a href="mailto:billstewart@pobox.com" target="_blank">billstewart@pobox.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">At 10:09 AM 10/27/2014, Bill Cox wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
- A sound card used by Turbid cannot be used for input, meaning most users need a second sound card.<br>
</blockquote>
<br></span>
There are two times that you need good randomness<br>
- system initialization<br>
- later.<br>
You can use pseudo-random generators later, as long as you've seeded them with good initial entropy, and you'll usually have system entropy coming in from a range of devices and events.<br>
<br>
During your system initialization, it's not a problem if you want to borrow the sound card to crunch up some random entropy, and most users aren't going to need to use the sound card for audio input until everything's up to speed and the user interface has fired up.  It's probably fine for that.<div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<u></u>_________________<br>
The cryptography mailing list<br>
<a href="mailto:cryptography@metzdowd.com" target="_blank">cryptography@metzdowd.com</a><br>
<a href="http://www.metzdowd.com/mailman/listinfo/cryptography" target="_blank">http://www.metzdowd.com/<u></u>mailman/listinfo/cryptography</a><br>
</div></div></blockquote></div><br></div><div class="gmail_extra">Good points.  I suppose Linux distros should look at borrowing the mic input for a fraction of a second on boot to refresh the entropy pool.<br><br>Bill<br></div></div>