diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2020-04-11 18:21:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 17:21:48 -0500 |
commit | 55f3b7d71b448c5a7f4dd98acfc6f349412bc934 (patch) | |
tree | d5499e58a29cbc8d807d0024daca0aa6da9b0c10 /docs/hazmat/primitives/symmetric-encryption.rst | |
parent | c93c4934996139ed390d90d6b82e1c4af962dc8c (diff) | |
download | cryptography-55f3b7d71b448c5a7f4dd98acfc6f349412bc934.tar.gz cryptography-55f3b7d71b448c5a7f4dd98acfc6f349412bc934.tar.bz2 cryptography-55f3b7d71b448c5a7f4dd98acfc6f349412bc934.zip |
fixed linkcheck (#5188)
Diffstat (limited to 'docs/hazmat/primitives/symmetric-encryption.rst')
-rw-r--r-- | docs/hazmat/primitives/symmetric-encryption.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index 519e8c57..9eacc5b4 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -819,7 +819,7 @@ Exceptions .. _`Communications Security Establishment`: https://www.cse-cst.gc.ca .. _`encrypt`: https://ssd.eff.org/en/module/what-should-i-know-about-encryption .. _`CRYPTREC`: https://www.cryptrec.go.jp/english/ -.. _`significant patterns in the output`: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Electronic_Codebook_.28ECB.29 +.. _`significant patterns in the output`: https://en.wikipedia.org/wiki/Block_cipher_mode_of_operation#Electronic_codebook_(ECB) .. _`International Data Encryption Algorithm`: https://en.wikipedia.org/wiki/International_Data_Encryption_Algorithm .. _`OpenPGP`: https://www.openpgp.org/ .. _`disk encryption`: https://en.wikipedia.org/wiki/Disk_encryption_theory#XTS |