diff options
author | David Reid <dreid@dreid.org> | 2014-02-03 10:03:58 -0800 |
---|---|---|
committer | David Reid <dreid@dreid.org> | 2014-02-03 10:05:28 -0800 |
commit | 34ed26f3f4a1d53a885ed1d7b56cae92b4a6b7a8 (patch) | |
tree | 20cbaaa78bd123993a120082e1993028493f6478 /docs/hazmat/primitives | |
parent | b89f34cea6e568860ea85a3f715d04e21123d5b2 (diff) | |
download | cryptography-34ed26f3f4a1d53a885ed1d7b56cae92b4a6b7a8.tar.gz cryptography-34ed26f3f4a1d53a885ed1d7b56cae92b4a6b7a8.tar.bz2 cryptography-34ed26f3f4a1d53a885ed1d7b56cae92b4a6b7a8.zip |
Pseudorandom is a word.
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/key-derivation-functions.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/hazmat/primitives/key-derivation-functions.rst b/docs/hazmat/primitives/key-derivation-functions.rst index 325a60b3..3c9b501e 100644 --- a/docs/hazmat/primitives/key-derivation-functions.rst +++ b/docs/hazmat/primitives/key-derivation-functions.rst @@ -131,8 +131,8 @@ Different KDFs are suitable for different tasks such as: It consists of two distinct phases "Extract" and "Expand". The "Extract" stage takes a low-entropy key and extracts from it a fixed size - psuedorandom key. The "Expand" stage derives a large key of a user - determined size from the psuedorandom key. + pseudorandom key. The "Expand" stage derives a large key of a user + determined size from the pseudorandom key. :param algorithm: An instance of a :class:`~cryptography.hazmat.primitives.interfaces.HashAlgorithm` |