Skip to content

Commit 4c9ef89

Browse files
authored
Corrected the documented intent of the HKDFExpand.derive() function so that it clearly states only expand is performed, and not extract and expand. (#12248)
1 parent b211fe0 commit 4c9ef89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hazmat/primitives/key-derivation-functions.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,8 @@ HKDF
665665
called more than
666666
once.
667667

668-
Derives a new key from the input key material by performing both the
669-
extract and expand operations.
668+
Derives a new key from the input key material by only performing the
669+
expand operation.
670670

671671
.. method:: verify(key_material, expected_key)
672672

0 commit comments

Comments
 (0)