aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libottery/ottery_common.h
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Add aes-rng PRF to libotteryVsevolod Stakhov2017-10-291-0/+2
|
* Use libottery for secure random numbers.Vsevolod Stakhov2014-02-041-0/+349
Libottery itself is hosted here: https://github.com/nmathewson/libottery This import is a rough adoptation of libottery to use it for secure random numbers in rspamd when needed (and in DNS resolver specifically). This import makes the internal chacha20 code useless, hence it is removed now.