format reST directive in the usual way
This commit is contained in:
parent
0d81d80f6e
commit
f9ea5f39d8
|
@ -210,9 +210,11 @@ include a `salt <https://en.wikipedia.org/wiki/Salt_%28cryptography%29>`_.
|
|||
|
||||
.. versionadded:: 3.4
|
||||
|
||||
.. note:: A fast implementation of *pbkdf2_hmac* is available with OpenSSL.
|
||||
The Python implementation uses an inline version of :mod:`hmac`. It is
|
||||
about three times slower and doesn't release the GIL.
|
||||
.. note::
|
||||
|
||||
A fast implementation of *pbkdf2_hmac* is available with OpenSSL. The
|
||||
Python implementation uses an inline version of :mod:`hmac`. It is about
|
||||
three times slower and doesn't release the GIL.
|
||||
|
||||
|
||||
.. seealso::
|
||||
|
|
Loading…
Reference in New Issue