diff options
author | Charles-François Natali <neologix@free.fr> | 2012-05-15 19:00:32 (GMT) |
---|---|---|
committer | Charles-François Natali <neologix@free.fr> | 2012-05-15 19:00:32 (GMT) |
commit | 9b704ec9e1049788157a7f042ef765a4bb058b68 (patch) | |
tree | 7af8e61283cdfd17d39b46dc30492c79a0562846 /Doc/library/hmac.rst | |
parent | c0181eb44921ba2fa8ac251101fc9a7c2924711d (diff) | |
download | cpython-9b704ec9e1049788157a7f042ef765a4bb058b68.zip cpython-9b704ec9e1049788157a7f042ef765a4bb058b68.tar.gz cpython-9b704ec9e1049788157a7f042ef765a4bb058b68.tar.bz2 |
Add versionadded for hmac.secure_compare().
Diffstat (limited to 'Doc/library/hmac.rst')
-rw-r--r-- | Doc/library/hmac.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/library/hmac.rst b/Doc/library/hmac.rst index e8f6488..8274bb1 100644 --- a/Doc/library/hmac.rst +++ b/Doc/library/hmac.rst @@ -83,6 +83,7 @@ This module also provides the following helper function: contents of the inputs via a timing attack, it does leak the length of the inputs. However, this generally is not a security risk. + .. versionadded:: 3.3 .. seealso:: |