Fix HKDF rationale

This commit is contained in:
Travis Ralston 2019-06-11 11:31:24 -06:00
parent ba5479e46f
commit 19a3d574b7

View file

@ -671,6 +671,7 @@ parameter is the concatenation of:
* The ``transaction_id`` being used.
.. admonition:: Rationale
HKDF is used over the plain shared secret as it results in a harder attack
as well as more uniform data to work with.