aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2016-02-02 21:27:57 -0500
committerAlex Gaynor <alex.gaynor@gmail.com>2016-02-02 21:27:57 -0500
commit5e785b73cc885d7dd85972c246432d50ec70af1d (patch)
tree5b1958b4f5d945c6e42956c61cfd72fbad042ea0 /docs
parent4a00dcd02b1d3c10f76273889e12b088662b218f (diff)
downloadcryptography-5e785b73cc885d7dd85972c246432d50ec70af1d.tar.gz
cryptography-5e785b73cc885d7dd85972c246432d50ec70af1d.tar.bz2
cryptography-5e785b73cc885d7dd85972c246432d50ec70af1d.zip
As always, recommend cryptoing while you crypto
Diffstat (limited to 'docs')
-rw-r--r--docs/hazmat/primitives/constant-time.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/constant-time.rst b/docs/hazmat/primitives/constant-time.rst
index 1394b6b3..1c1d544f 100644
--- a/docs/hazmat/primitives/constant-time.rst
+++ b/docs/hazmat/primitives/constant-time.rst
@@ -40,4 +40,4 @@ about the timing attacks on KeyCzar and Java's ``MessageDigest.isEqual()``.
``bytes``.
-.. _`Coda Hale's blog post`: http://codahale.com/a-lesson-in-timing-attacks/
+.. _`Coda Hale's blog post`: https://codahale.com/a-lesson-in-timing-attacks/