diff options
author | Richard van der Hoff <richard@matrix.org> | 2015-12-07 13:32:19 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2015-12-07 13:32:19 +0000 |
commit | 4b26a09c3772b74bb8ad2305406bba88ababb4a2 (patch) | |
tree | caf306cfba2f8276bab10fd0039b7c80e66864e6 /docs | |
parent | b5811f3b74bee4b33b431dfa89a05364d8052501 (diff) |
Fix missing '.'
Diffstat (limited to 'docs')
-rw-r--r-- | docs/olm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/olm.rst b/docs/olm.rst index 185ce0f..4fa8afe 100644 --- a/docs/olm.rst +++ b/docs/olm.rst @@ -16,7 +16,7 @@ When this document uses :math:`ECDH\left(K_A,\,K_B\right)` it means that each party computes a Diffie-Hellman agreement using their private key and the remote party's public key. So party :math:`A` computes :math:`ECDH\left(K_B_public,\,K_A_private\right)` -and party :math:`B` computes :math:`ECDH\left(K_A_public,\,K_B_private\right)` +and party :math:`B` computes :math:`ECDH\left(K_A_public,\,K_B_private\right)`. Where this document uses :math:`HKDF\left(salt,\,IKM,\,info,\,L\right)` it refers to the `HMAC-based key derivation function`_ with a salt value of |