mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 17:08:36 +01:00
Fix HKDF rationale
This commit is contained in:
parent
ba5479e46f
commit
19a3d574b7
|
|
@ -671,6 +671,7 @@ parameter is the concatenation of:
|
||||||
* The ``transaction_id`` being used.
|
* The ``transaction_id`` being used.
|
||||||
|
|
||||||
.. admonition:: Rationale
|
.. admonition:: Rationale
|
||||||
|
|
||||||
HKDF is used over the plain shared secret as it results in a harder attack
|
HKDF is used over the plain shared secret as it results in a harder attack
|
||||||
as well as more uniform data to work with.
|
as well as more uniform data to work with.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue