diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-09-24 20:12:51 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2015-09-24 20:12:51 -0500 |
commit | 8208fe6a9b92bc7e7060448d75d1641bda62fc8a (patch) | |
tree | 3c330339bdc0778af37c2c404d701bec0ae240d0 /docs | |
parent | ddc9a581efbc11d9b6ccf74c9bcc11c4318be9ae (diff) | |
parent | ace036dc677ec90174859708dc18312a97893d07 (diff) | |
download | cryptography-8208fe6a9b92bc7e7060448d75d1641bda62fc8a.tar.gz cryptography-8208fe6a9b92bc7e7060448d75d1641bda62fc8a.tar.bz2 cryptography-8208fe6a9b92bc7e7060448d75d1641bda62fc8a.zip |
Merge pull request #2364 from alex/cleanups
Some cleanups
Diffstat (limited to 'docs')
-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:: |