diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-30 09:43:30 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-30 09:43:30 -0600 |
commit | 16e5e4d2659a0e6cbea44f561914142c80554a73 (patch) | |
tree | 13e269344ec3fa145b5c26c250121860cfa89c9b /docs/hazmat | |
parent | ae2138aaa2049cd066a3679ff4d82f57b6843d61 (diff) | |
download | cryptography-16e5e4d2659a0e6cbea44f561914142c80554a73.tar.gz cryptography-16e5e4d2659a0e6cbea44f561914142c80554a73.tar.bz2 cryptography-16e5e4d2659a0e6cbea44f561914142c80554a73.zip |
address review comments on osrandom engine, reorganize some code
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/backends/openssl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/backends/openssl.rst b/docs/hazmat/backends/openssl.rst index 8eb02ea4..79c58857 100644 --- a/docs/hazmat/backends/openssl.rst +++ b/docs/hazmat/backends/openssl.rst @@ -55,7 +55,7 @@ utilizes the `Yarrow`_ algorithm. On Windows ``CryptGenRandom`` is backed by `Fortuna`_. Linux uses its own PRNG design. ``/dev/urandom`` is a non-blocking source seeded -from the ``/dev/random`` pool. +from the same pool as ``/dev/random``. .. _`OpenSSL`: https://www.openssl.org/ |