From 1d6e37db06452c7bb5e7a7125aad45ec827f299b Mon Sep 17 00:00:00 2001 From: est31 Date: Wed, 15 Apr 2015 04:15:16 +0200 Subject: [PATCH] Clarify README RNG OS situation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ea75a6..b151529 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,9 @@ Porter's notes Compared with [csrp](https://github.com/cocagne/csrp), some things have changed for the outside. As LibGMP doesn't ship with a cryptographically strong PRNG, strong -PRNGs provided (and seeded) by the OS are used instead. On unix-based -operating systems, you should ensure that /dev/urandom is readable. +PRNGs provided (and seeded) by the OS are used instead. On non-Windows +operating systems, you should ensure that /dev/urandom is readable, +or customize random generation in `fill_buff`. The call `srp_random_seed` has been removed. The call `srp_user_new` has a new parameter, `username_for_verifier`,