Correct order of PRNG

As stated in 76e90f747b/ERRATA.md
pull/97/head
rugk 8 years ago committed by GitHub
parent 19e5467b79
commit 1bc2caf459

@ -13,8 +13,8 @@ the options and adjust them as you see fit.
- PHP version 5.3 or above
- _one_ of the following sources of cryptographically safe randomness is required:
- PHP 7 or higher
- open_basedir access to /dev/urandom
- [Libsodium](https://download.libsodium.org)
- open_basedir access to `/dev/urandom`
- mcrypt extension
- com_dotnet extension

Loading…
Cancel
Save