Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d81d80 commit f9ea5f3Copy full SHA for f9ea5f3
1 file changed
Doc/library/hashlib.rst
@@ -210,9 +210,11 @@ include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_.
210
211
.. versionadded:: 3.4
212
213
- .. note:: A fast implementation of *pbkdf2_hmac* is available with OpenSSL.
214
- The Python implementation uses an inline version of :mod:`hmac`. It is
215
- about three times slower and doesn't release the GIL.
+ .. note::
+
+ A fast implementation of *pbkdf2_hmac* is available with OpenSSL. The
216
+ Python implementation uses an inline version of :mod:`hmac`. It is about
217
+ three times slower and doesn't release the GIL.
218
219
220
.. seealso::
0 commit comments