Files
aria2/test
Nils Maier 81bdd5f61a Revise getRandom facilities
Use one of the following to provide random bytes:
- Windows CryptGenRandom
- Linux getrandom (syscall interface to urandom, without nasty corner
  cases such as file descriptor exhaustion or re-linked /dev/urandom)
- std::device_random (C++ random device, which usually will be urandom)

This also equalizes util::getRandom and SimpleRandomizer (the former
will now use the latter) instead of having essentially two different
PRNG interfaces with potentially different quality.

Closes GH-320
2015-01-20 22:37:24 +01:00
..
2014-10-18 19:00:02 +09:00
2006-02-17 13:35:04 +00:00
2013-06-22 17:53:39 +09:00
2012-10-01 23:52:22 +09:00
2013-07-06 15:56:08 +09:00
2012-05-16 23:28:07 +09:00
2013-07-03 23:22:40 +09:00
2013-07-06 18:15:09 +09:00
2012-10-01 23:52:22 +09:00
2013-06-29 23:09:09 +09:00
2013-06-29 23:09:09 +09:00
2012-09-24 22:38:59 +09:00
2013-03-03 14:16:32 +09:00
2013-06-29 23:09:09 +09:00
2013-07-06 18:15:09 +09:00
2014-05-22 15:24:20 +02:00
2014-09-13 00:08:07 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-07-06 18:15:09 +09:00
2013-10-01 21:53:28 +09:00
2012-10-01 23:52:22 +09:00
2014-05-31 21:32:02 +02:00
2015-01-20 22:37:24 +01:00