From f4e9c6caeb8248950ed75cfcb44dcdd0b07ced6b Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Sun, 22 Nov 2020 02:40:54 -0500 Subject: fix typo: "to" -> "two" --- anastasis.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'anastasis.rst') diff --git a/anastasis.rst b/anastasis.rst index b68173d4..2fc9bee2 100644 --- 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 -- cgit v1.2.3