aboutsummaryrefslogtreecommitdiffstats
path: root/docs/hazmat/primitives/key-derivation-functions.rst
diff options
context:
space:
mode:
authorDavid Reid <dreid@dreid.org>2014-02-03 10:03:58 -0800
committerDavid Reid <dreid@dreid.org>2014-02-03 10:05:28 -0800
commit34ed26f3f4a1d53a885ed1d7b56cae92b4a6b7a8 (patch)
tree20cbaaa78bd123993a120082e1993028493f6478 /docs/hazmat/primitives/key-derivation-functions.rst
parentb89f34cea6e568860ea85a3f715d04e21123d5b2 (diff)
downloadcryptography-34ed26f3f4a1d53a885ed1d7b56cae92b4a6b7a8.tar.gz
cryptography-34ed26f3f4a1d53a885ed1d7b56cae92b4a6b7a8.tar.bz2
cryptography-34ed26f3f4a1d53a885ed1d7b56cae92b4a6b7a8.zip
Pseudorandom is a word.
Diffstat (limited to 'docs/hazmat/primitives/key-derivation-functions.rst')
-rw-r--r--docs/hazmat/primitives/key-derivation-functions.rst4
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`