Skip to content

Commit

Permalink
Corrected the documented intent of the HKDFExpand.derive() function s…
Browse files Browse the repository at this point in the history
…o that it clearly states only expand is performed, and not extract and expand. (#12248)
  • Loading branch information
Torxed authored Jan 7, 2025
1 parent b211fe0 commit 4c9ef89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hazmat/primitives/key-derivation-functions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -665,8 +665,8 @@ HKDF
called more than
once.

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 by only performing the
expand operation.

.. method:: verify(key_material, expected_key)

Expand Down

0 comments on commit 4c9ef89

Please sign in to comment.