diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-28 20:16:20 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-01-28 20:16:20 -0600 |
commit | 99d5190656184ad791e50eab72c631e7f829e283 (patch) | |
tree | 1b95ce8aeaca6f37e4c435a87b9be1f8ac2a400a /docs/hazmat | |
parent | 2e8617bea70e1b29b4138f591c2264041f5b1099 (diff) | |
download | cryptography-99d5190656184ad791e50eab72c631e7f829e283.tar.gz cryptography-99d5190656184ad791e50eab72c631e7f829e283.tar.bz2 cryptography-99d5190656184ad791e50eab72c631e7f829e283.zip |
some alternate language
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 e16a9900..c77b763a 100644 --- a/docs/hazmat/primitives/key-derivation-functions.rst +++ b/docs/hazmat/primitives/key-derivation-functions.rst @@ -97,7 +97,7 @@ key stretching) so match your needs to their capabilities. This checks whether deriving a new key from the supplied ``key_material`` generates the same key as the ``expected_key``, and raises an exception if they do not match. This can be used for - checking whether a user's password attempt matches the stored derived + checking whether the password a user provides matches the stored derived key. .. _`NIST SP 800-132`: http://csrc.nist.gov/publications/nistpubs/800-132/nist-sp800-132.pdf |