Clarify README RNG OS situation

master
est31 2015-04-15 04:15:16 +02:00
parent 9187622899
commit 1d6e37db06
1 changed files with 3 additions and 2 deletions

View File

@ -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`,