aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libottery/ottery.c
Commit message (Collapse)AuthorAgeFilesLines
* [Feature] Add aes-rng PRF to libotteryVsevolod Stakhov2017-10-291-0/+8
|
* Use cryptobox chacha for libottery.Vsevolod Stakhov2015-10-151-159/+162
|
* More fixes to libottery.Vsevolod Stakhov2015-10-151-6/+0
|
* Use libottery for secure random numbers.Vsevolod Stakhov2014-02-041-0/+842
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.