Browse Source

shorten and fix casing of title

pull/40/head
Benjamin Peterson 11 years ago
parent
commit
c402d8dcea
  1. 4
      Doc/library/hashlib.rst

4
Doc/library/hashlib.rst

@ -176,8 +176,8 @@ A hash object has the following methods:
compute the digests of data sharing a common initial substring.
Key Derivation Function
-----------------------
Key derivation
--------------
Key derivation and key stretching algorithms are designed for secure password
hashing. Naive algorithms such as ``sha1(password)`` are not resistant against

Loading…
Cancel
Save