From: Benjamin Peterson Date: Sun, 27 Sep 2015 08:23:10 +0000 (-0700) Subject: shorten and fix casing of title X-Git-Tag: v3.5.1rc1~265^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c402d8dceae14925bba22df773ed2224fa191665;p=python shorten and fix casing of title --- diff --git a/Doc/library/hashlib.rst b/Doc/library/hashlib.rst index e0a877a71d..84924229b8 100644 --- a/Doc/library/hashlib.rst +++ b/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