summaryrefslogtreecommitdiff
path: root/anastasis.rst
diff options
context:
space:
mode:
Diffstat (limited to 'anastasis.rst')
-rw-r--r--anastasis.rst4
1 files changed, 2 insertions, 2 deletions
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