taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit f4e9c6caeb8248950ed75cfcb44dcdd0b07ced6b
parent 91de7d27c51a406189856910fe8b42b8a929612f
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Sun, 22 Nov 2020 02:40:54 -0500

fix typo: "to" -> "two"

Diffstat:
Manastasis.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/anastasis.rst b/anastasis.rst @@ -180,7 +180,7 @@ HKDF to ensure that the result differs from other cases where we hash eddsa_pub := get_EdDSA_Pub(eddsa_priv) -**HKDF()**: The HKDF-function uses to phases: First we use HMAC-SHA512 for the extraction phase, then HMAC-SHA256 is used for expansion phase. +**HKDF()**: The HKDF-function uses two phases: First we use HMAC-SHA512 for the extraction phase, then HMAC-SHA256 is used for expansion phase. **kdf_id**: Hashed identifier. @@ -212,7 +212,7 @@ key material using an HKDF over a nonce and the kdf_id. (iv,key) := HKDF(kdf_id, nonce, keysize + ivsize) -**HKDF()**: The HKDF-function uses to phases: First we use HMAC-SHA512 for the extraction phase, then HMAC-SHA256 is used for expansion phase. +**HKDF()**: The HKDF-function uses two phases: First we use HMAC-SHA512 for the extraction phase, then HMAC-SHA256 is used for expansion phase. **kdf_id**: Hashed identifier