From dae4076e6c9e4336f7ebde11adf46647bc73f424 Mon Sep 17 00:00:00 2001 From: Terry Chia Date: Sat, 13 Jun 2015 11:26:16 +0800 Subject: Remove mention of extract/expand operations from ConcatKDF docs. --- docs/hazmat/primitives/key-derivation-functions.rst | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/hazmat/primitives/key-derivation-functions.rst b/docs/hazmat/primitives/key-derivation-functions.rst index 9fc8365f..35e2dd87 100644 --- a/docs/hazmat/primitives/key-derivation-functions.rst +++ b/docs/hazmat/primitives/key-derivation-functions.rst @@ -389,8 +389,7 @@ Different KDFs are suitable for different tasks such as: :raises TypeError: This exception is raised if ``key_material`` is not ``bytes``. - Derives a new key from the input key material by performing both the - extract and expand operations. + Derives a new key from the input key material. .. method:: verify(key_material, expected_key) @@ -485,8 +484,7 @@ Different KDFs are suitable for different tasks such as: :raises TypeError: This exception is raised if ``key_material`` is not ``bytes``. - Derives a new key from the input key material by performing both the - extract and expand operations. + Derives a new key from the input key material. .. method:: verify(key_material, expected_key) -- cgit v1.2.3