diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-02-02 22:54:50 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-02-02 22:54:50 -0600 |
commit | a626edb1722bb9d22435c632900585b4a9648a4f (patch) | |
tree | e1c2860b8d0efd21932af91613220ef7a6aa7e9f /docs/hazmat/primitives | |
parent | 5e9d1c0600d0d86f51a8d16dabe339a133188c7e (diff) | |
parent | 5e785b73cc885d7dd85972c246432d50ec70af1d (diff) | |
download | cryptography-a626edb1722bb9d22435c632900585b4a9648a4f.tar.gz cryptography-a626edb1722bb9d22435c632900585b4a9648a4f.tar.bz2 cryptography-a626edb1722bb9d22435c632900585b4a9648a4f.zip |
Merge pull request #2709 from alex/coda-goes-https
As always, recommend cryptoing while you crypto
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/constant-time.rst | 2 |
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/ |