Fix missing '.'
This commit is contained in:
parent
b5811f3b74
commit
4b26a09c37
1 changed files with 1 additions and 1 deletions
|
@ -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
|
party computes a Diffie-Hellman agreement using their private key and the
|
||||||
remote party's public key.
|
remote party's public key.
|
||||||
So party :math:`A` computes :math:`ECDH\left(K_B_public,\,K_A_private\right)`
|
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
|
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
|
refers to the `HMAC-based key derivation function`_ with a salt value of
|
||||||
|
|
Loading…
Reference in a new issue