summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-22 02:40:54 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-22 02:40:54 -0500
commitf4e9c6caeb8248950ed75cfcb44dcdd0b07ced6b (patch)
treeb1b521e9db0bdda74c51c2d756e53f9d283e3d9f
parent91de7d27c51a406189856910fe8b42b8a929612f (diff)
downloaddocs-f4e9c6caeb8248950ed75cfcb44dcdd0b07ced6b.tar.gz
docs-f4e9c6caeb8248950ed75cfcb44dcdd0b07ced6b.tar.bz2
docs-f4e9c6caeb8248950ed75cfcb44dcdd0b07ced6b.zip
fix typo: "to" -> "two"
-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