Re: [PATCH] using arc4random for strong randomness matters.

Поиск
Список
Период
Сортировка
От David CARLIER
Тема Re: [PATCH] using arc4random for strong randomness matters.
Дата
Msg-id CA+XhMqyPBACwnVGsHH3J5wTzGzYR+SGKuc4TryizPmC8H=jmbw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: [PATCH] using arc4random for strong randomness matters.  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [PATCH] using arc4random for strong randomness matters.
Список pgsql-hackers
Basically the call never fails, always generating high quality random data (especially the implementations based on Chacha* family, RC4 has predictability issues), there is no need of a file descriptor.

On 22 November 2017 at 16:06, Tom Lane <tgl@sss.pgh.pa.us> wrote:
David CARLIER <devnexen@gmail.com> writes:
> I m not against as such that depends of the implementation but I ve seen in
> quick glance it s RC4 ?

More generally, why should we bother with an additional implementation?
Is this better than /dev/urandom, and if so why?

                        regards, tom lane

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] using arc4random for strong randomness matters.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [PATCH] using arc4random for strong randomness matters.