Skip to content

Commit e804232

Browse files
gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (#154047)
1 parent 1f9d20b commit e804232

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/secrets.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Other functions
137137
:term:`bytes-like objects <bytes-like object>`
138138
*a* and *b* are equal, otherwise ``False``,
139139
using a "constant-time compare" to reduce the risk of
140-
`timing attacks <https://codahale.com/a-lesson-in-timing-attacks/>`_.
140+
`timing attacks <https://web.archive.org/web/20250815071532/https://codahale.com/a-lesson-in-timing-attacks/>`__.
141141
See :func:`hmac.compare_digest` for additional details.
142142

143143

0 commit comments

Comments
 (0)