gh-154046: docs: fix dead link to codahale timing attacks article in secrets.rst (GH-154047)
(cherry picked from commit
e8042329b6bb2472b16645c559e4223486b85965)
Co-authored-by: Pranav Choudhary <pranav.nstblr@gmail.com>
:term:`bytes-like objects <bytes-like object>`
*a* and *b* are equal, otherwise ``False``,
using a "constant-time compare" to reduce the risk of
- `timing attacks <https://codahale.com/a-lesson-in-timing-attacks/>`_.
+ `timing attacks <https://web.archive.org/web/20250815071532/https://codahale.com/a-lesson-in-timing-attacks/>`__.
See :func:`hmac.compare_digest` for additional details.