diff options
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.7.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.7.rst b/Doc/whatsnew/3.7.rst index bb75939..71e8358 100644 --- a/Doc/whatsnew/3.7.rst +++ b/Doc/whatsnew/3.7.rst @@ -280,6 +280,9 @@ crypt Added support for the Blowfish method. (Contributed by Serhiy Storchaka in :issue:`31664`.) +The :func:`~crypt.mksalt` function now allows to specify the number of rounds +for hashing. (Contributed by Serhiy Storchaka in :issue:`31702`.) + dis --- |