From 26339c580801b1e893f48c3b23eb14da8655dfbb Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 3 Feb 2014 13:14:21 -0800 Subject: Remove language about the separate stages of HKDF until we expose multiple stages of HKDF. --- docs/hazmat/primitives/key-derivation-functions.rst | 5 ----- 1 file changed, 5 deletions(-) (limited to 'docs/hazmat') diff --git a/docs/hazmat/primitives/key-derivation-functions.rst b/docs/hazmat/primitives/key-derivation-functions.rst index 5c3485cc..48a066c9 100644 --- a/docs/hazmat/primitives/key-derivation-functions.rst +++ b/docs/hazmat/primitives/key-derivation-functions.rst @@ -129,11 +129,6 @@ Different KDFs are suitable for different tasks such as: `HKDF`_ (HMAC-based Extract-and-Expand Key Derivation Function) is suitable for deriving keys of a fixed size used for other cryptographic operations. - It consists of two distinct phases "Extract" and "Expand". The "Extract" - stage takes a low-entropy key and extracts from it a fixed size - 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` provider. -- cgit v1.2.3