diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-11 23:37:51 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-02-11 23:37:51 -0600 |
commit | 012bfbc69f8e722bd446482dbec663f71f14e889 (patch) | |
tree | 78573aad94f7f31597b6df88056f114fa4d4c942 /docs/hazmat | |
parent | b4f7d88eccdd9a4ef81c9d972e2d0a1dcbb796d2 (diff) | |
download | cryptography-012bfbc69f8e722bd446482dbec663f71f14e889.tar.gz cryptography-012bfbc69f8e722bd446482dbec663f71f14e889.tar.bz2 cryptography-012bfbc69f8e722bd446482dbec663f71f14e889.zip |
less confusing language
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/backends/openssl.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/hazmat/backends/openssl.rst b/docs/hazmat/backends/openssl.rst index 7f86d87e..79fa0b32 100644 --- a/docs/hazmat/backends/openssl.rst +++ b/docs/hazmat/backends/openssl.rst @@ -62,8 +62,9 @@ OS Random Sources On OS X and FreeBSD ``/dev/urandom`` is an alias for ``/dev/random`` and utilizes the `Yarrow`_ algorithm. -On Windows ``CryptGenRandom`` can use a variety of algorithms depending on the -version. View the `Microsoft documentation`_ for more details. +On Windows the implementation of ``CryptGenRandom`` depends on which version of +the operation sytem you are using. See the `Microsoft documentation`_ for more +details. Linux uses its own PRNG design. ``/dev/urandom`` is a non-blocking source seeded from the same pool as ``/dev/random``. |