From 1bc2caf4591a04a42e1020a273c39cf70c601058 Mon Sep 17 00:00:00 2001 From: rugk Date: Tue, 23 Aug 2016 20:56:14 +0200 Subject: [PATCH] Correct order of PRNG As stated in https://github.com/paragonie/random_compat/blob/76e90f747b769b347fe584e8015a014549107d35/ERRATA.md --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 8d421ec1..ecc20e3c 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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