diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-10-27 03:11:12 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-10-27 03:11:12 +0100 |
commit | 2c67136b6bafbf2af3d4694a8b218a8e5e23fc98 (patch) | |
tree | 2b2603462ac1fb3dcb74b15d8d092c65d919c514 /doc/source/crypto | |
parent | 3d34679f28d63e1a2172d1e64b99a2ed7b684190 (diff) | |
download | fastd-2c67136b6bafbf2af3d4694a8b218a8e5e23fc98.tar fastd-2c67136b6bafbf2af3d4694a8b218a8e5e23fc98.zip |
docs: fix typo
Diffstat (limited to 'doc/source/crypto')
-rw-r--r-- | doc/source/crypto/fhmqvc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/crypto/fhmqvc.rst b/doc/source/crypto/fhmqvc.rst index e3af6d4..a3379e2 100644 --- a/doc/source/crypto/fhmqvc.rst +++ b/doc/source/crypto/fhmqvc.rst @@ -83,7 +83,7 @@ where :math:`V|W` designates the concatenation of the binary strings :math:`V` a .. math:: - \text{HKDF}(\textit{salt}, \textit{IKM}, \textit{info}, L) = \text{HKDF-Expand}(\text{HKDF-Expand}(\textit{salt}, \textit{IKM}), \textit{info}, L) + \text{HKDF}(\textit{salt}, \textit{IKM}, \textit{info}, L) = \text{HKDF-Expand}(\text{HKDF-Extract}(\textit{salt}, \textit{IKM}), \textit{info}, L) See [FIPS180]_ (SHA256), [RFC2104]_ (HMAC) and [RFC5869]_ (HKDF) for the specifications of these algorithms. |