<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Jul 3, 2017 at 6:16 AM, Jon Callas <span dir="ltr"><<a href="mailto:jon@callas.org" target="_blank">jon@callas.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div style="word-wrap:break-word"><span class="gmail-"><br><div><blockquote type="cite"><div>On Jul 2, 2017, at 2:46 PM, Mark Steward <<a href="mailto:marksteward@gmail.com" target="_blank">marksteward@gmail.com</a>> wrote:</div><div><div dir="ltr" style="font-family:SFHello-Regular;font-size:13px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px"><div class="gmail_extra"><div class="gmail_quote"><br></div></div><div class="gmail_extra">I think Watson Ladd's point will be missed so to call it out again: in the context of this discussion, arc4random is a placeholder for ChaCha20 or newer replacement, as it is in OpenBSD 5.5+. It doesn't mean RC4.</div></div></div></blockquote><br></div></span><div>I'm sorry.</div><div><br></div><div>arc4random(3) is a function in stdlib.h. Look at the man pages. </div><div><br></div><div>If you mean some suitable PRF/PRP to be named later, say so.</div><span class="gmail-HOEnZb"><font color="#888888"><div></div></font></span></div></blockquote></div><br></div><div class="gmail_extra">Relevant man pages for OpenBSD and Linux:<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">  <a href="https://github.com/openbsd/src/commit/c818251c#diff-f95c365522c4431af5ad142285d335f1R109">https://github.com/openbsd/src/commit/c818251c#diff-f95c365522c4431af5ad142285d335f1R109</a><br></div><div class="gmail_extra">  <a href="https://git.hadrons.org/cgit/libbsd.git/commit/man/arc4random.3?id=874a0e51">https://git.hadrons.org/cgit/libbsd.git/commit/man/arc4random.3?id=874a0e51</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">FreeBSD's latest commit is "this is a bandaid that allows us to work on switching to a more modern PRNG":</div><div class="gmail_extra"><br></div><div class="gmail_extra">  <a href="https://svnweb.freebsd.org/base?view=revision&revision=315225">https://svnweb.freebsd.org/base?view=revision&revision=315225</a><br></div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Mark</div></div>