On Fri, Aug 17, 2018 at 1:09 PM Sokolov Yura <[email protected]> wrote:
> I'd recently made "practically secure rng": https://github.com/funny-falcon/go-rando > > It uses SipHash permutation core (so it has 256 bit permuation stsate + counters), but also constantly reseeded from 1024 bit "entropy pool" that is frequently refsreshed from crypto/rand. Aaaand yet another possible one here: https://godoc.org/github.com/cznic/mathutil#FCBig. It has effectively log2(cycle) bits of internal state. -- -j -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
