[PATCH] using arc4random for strong randomness matters.

Поиск
Список
Период
Сортировка
От David CARLIER
Тема [PATCH] using arc4random for strong randomness matters.
Дата
Msg-id CA+XhMqy1JvK6UW__aJGx5Y94OqFG4Sr170UB1sZ6GJso9N7OQw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] using arc4random for strong randomness matters.
Re: [PATCH] using arc4random for strong randomness matters.
Список pgsql-hackers
Hello,

This is my first small personal contribution.

Motivation :
- Using fail-safe, file descriptor free solution on *BSD and Darwin system
- Somehow avoiding at the moment FreeBSD as it still uses RC4 (seemingly updated to Chacha20 for FreeBSD 12.0 and eventually backported later on).
- For implementation based on Chacha* it is known to be enough fast for the purpose.
- make check passes.

Hope it is good.

Thanks in advance.
Вложения

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

Предыдущее
От: amul sul
Дата:
Сообщение: Re: [HACKERS] Parallel Append implementation
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Partition-wise aggregation/grouping