diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-13 12:37:34 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-02-13 12:37:34 -0600 |
commit | 2129d5035849c69f990a646ac76891d1a886be55 (patch) | |
tree | 9b7dcb02a8e7b4d33d886718c7393b1ed44f273b /docs/hazmat | |
parent | 4ab6059293fba1f60d0f6316dab2c64a7847e584 (diff) | |
download | cryptography-2129d5035849c69f990a646ac76891d1a886be55.tar.gz cryptography-2129d5035849c69f990a646ac76891d1a886be55.tar.bz2 cryptography-2129d5035849c69f990a646ac76891d1a886be55.zip |
fix docs links
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/padding.rst | 2 | ||||
-rw-r--r-- | docs/hazmat/primitives/symmetric-encryption.rst | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/hazmat/primitives/padding.rst b/docs/hazmat/primitives/padding.rst index 203eb5bc..a60f5ac8 100644 --- a/docs/hazmat/primitives/padding.rst +++ b/docs/hazmat/primitives/padding.rst @@ -3,7 +3,7 @@ Padding ======= -.. currentmodule:: cryptography.hazmat.primitives.padding +.. module:: cryptography.hazmat.primitives.padding Padding is a way to take data that may or may not be a multiple of the block size for a cipher and extend it out so that it is. This is required for many diff --git a/docs/hazmat/primitives/symmetric-encryption.rst b/docs/hazmat/primitives/symmetric-encryption.rst index 0692f0f2..d47035d8 100644 --- a/docs/hazmat/primitives/symmetric-encryption.rst +++ b/docs/hazmat/primitives/symmetric-encryption.rst @@ -193,7 +193,7 @@ Weak ciphers Modes ~~~~~ -.. currentmodule:: cryptography.hazmat.primitives.ciphers.modes +.. module:: cryptography.hazmat.primitives.ciphers.modes .. class:: CBC(initialization_vector) @@ -423,7 +423,7 @@ Insecure modes Interfaces ---------- -.. currentmodule:: cryptography.hazmat.primitives.ciphers.base +.. module:: cryptography.hazmat.primitives.ciphers.base .. class:: CipherContext |