From 19a3d574b7e9b961b9df5ceeaa5e13e7f34a077a Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 11 Jun 2019 11:31:24 -0600 Subject: [PATCH] Fix HKDF rationale --- specification/modules/end_to_end_encryption.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/specification/modules/end_to_end_encryption.rst b/specification/modules/end_to_end_encryption.rst index 62881967..36336c74 100644 --- a/specification/modules/end_to_end_encryption.rst +++ b/specification/modules/end_to_end_encryption.rst @@ -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.