diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2015-09-24 20:23:08 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2015-09-24 20:23:08 -0400 |
commit | ace036dc677ec90174859708dc18312a97893d07 (patch) | |
tree | 3c330339bdc0778af37c2c404d701bec0ae240d0 /docs/hazmat/primitives | |
parent | ddc9a581efbc11d9b6ccf74c9bcc11c4318be9ae (diff) | |
download | cryptography-ace036dc677ec90174859708dc18312a97893d07.tar.gz cryptography-ace036dc677ec90174859708dc18312a97893d07.tar.bz2 cryptography-ace036dc677ec90174859708dc18312a97893d07.zip |
Some cleanups
Diffstat (limited to 'docs/hazmat/primitives')
-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 10b806ed..4d95629c 100644 --- a/docs/hazmat/primitives/key-derivation-functions.rst +++ b/docs/hazmat/primitives/key-derivation-functions.rst @@ -519,7 +519,7 @@ Different KDFs are suitable for different tasks such as: SECG in `SEC 1 v2.0`_ recommends that :class:`~cryptography.hazmat.primitives.kdf.concatkdf.ConcatKDFHash` be used for new projects. This KDF should only be used for backwards - compatibility with pre-existing implementations. + compatibility with pre-existing protocols. .. warning:: |