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

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [PATCH] using arc4random for strong randomness matters.
Дата
Msg-id 039A5A17-66F5-4802-9BD0-332DF59AD06D@anarazel.de
обсуждение исходный текст
Ответ на Re: [PATCH] using arc4random for strong randomness matters.  (ilmari@ilmari.org (Dagfinn Ilmari Mannsåker))
Список pgsql-hackers

On November 22, 2017 8:51:07 AM PST, ilmari@ilmari.org wrote:
>If what is wanted is something more like /dev/urandom, one can call
>getentropy(2) (or on Linux, getrandom(2)) directly, which avoids having
>to open the device file each time.

What does that buy us for our usages?

Andres
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.


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

Предыдущее
От: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Дата:
Сообщение: Re: [PATCH] using arc4random for strong randomness matters.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [PATCH] using arc4random for strong randomness matters.