From 3bd63831962818b079d95d4173482f306d61d8d0 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Wed, 29 May 2019 15:19:33 +0000 Subject: [PATCH] prop 144 typo --- i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst b/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst index fee626875..ffd0e1b16 100644 --- a/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst +++ b/i2p2www/spec/proposals/144-ecies-x25519-aead-ratchet.rst @@ -5,7 +5,7 @@ ECIES-X25519-AEAD-Ratchet :author: zzz :created: 2018-11-22 :thread: http://zzz.i2p/topics/2639 - :lastupdated: 2019-05-27 + :lastupdated: 2019-05-29 :status: Open .. contents:: @@ -1426,7 +1426,7 @@ Inputs: k_0 = keydata_0[32:63] // repeat as necessary to get to k[n] - keydata_n = HKDF(chainKey_(n-1), SYMMKEY_CONSTANT, "SymmetricRatchet", 64) + keydata_n = HKDF(symmKey_chainKey_(n-1), SYMMKEY_CONSTANT, "SymmetricRatchet", 64) // Output 1: Next chain key symmKey_chainKey_n = keydata_n[0:31] // Output 2: The symmetric key -- GitLab