diff options
author | David Reid <dreid@dreid.org> | 2014-02-03 10:01:42 -0800 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2014-02-03 10:05:28 -0800 |
commit | b89f34cea6e568860ea85a3f715d04e21123d5b2 (patch) | |
tree | 56410cf2a292252b229aaac0aa7bc3860e4aaff0 /docs/hazmat | |
parent | 2ad94ab70b03a8edc21163a6c66fbe6a49e80715 (diff) | |
download | cryptography-b89f34cea6e568860ea85a3f715d04e21123d5b2.tar.gz cryptography-b89f34cea6e568860ea85a3f715d04e21123d5b2.tar.bz2 cryptography-b89f34cea6e568860ea85a3f715d04e21123d5b2.zip |
Backtick the entire equation.
Diffstat (limited to 'docs/hazmat')
-rw-r--r-- | docs/hazmat/primitives/key-derivation-functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/key-derivation-functions.rst b/docs/hazmat/primitives/key-derivation-functions.rst index df956326..325a60b3 100644 --- a/docs/hazmat/primitives/key-derivation-functions.rst +++ b/docs/hazmat/primitives/key-derivation-functions.rst @@ -139,7 +139,7 @@ Different KDFs are suitable for different tasks such as: provider. :param int length: The desired length of the derived key. Maximum is - 255 * (``algorithm.digest_size`` // 8). + ``255 * (algorithm.digest_size // 8)``. :param bytes salt: A salt. Randomizes the KDF's output. Optional, but highly recommended. Ideally as many bits of entropy as the security |