From 3f31af1ef919ee4c7680dd173ad9fe5bce06710e Mon Sep 17 00:00:00 2001 From: zzz Date: Tue, 21 Apr 2020 21:03:28 +0000 Subject: [PATCH] More prop. 154 fixes --- i2p2www/spec/i2np.rst | 2 +- i2p2www/spec/proposals/154-ecies-lookups.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/i2p2www/spec/i2np.rst b/i2p2www/spec/i2np.rst index df8f207d..29af70c5 100644 --- a/i2p2www/spec/i2np.rst +++ b/i2p2www/spec/i2np.rst @@ -1005,7 +1005,7 @@ tag :: 8 byte reply_tag n :: 0 - ad :: Associated data. ZEROLEN. + ad :: The 8 byte reply_tag payload :: Plaintext data, the DSM or DSRM. diff --git a/i2p2www/spec/proposals/154-ecies-lookups.rst b/i2p2www/spec/proposals/154-ecies-lookups.rst index 02987ae8..548701e3 100644 --- a/i2p2www/spec/proposals/154-ecies-lookups.rst +++ b/i2p2www/spec/proposals/154-ecies-lookups.rst @@ -33,7 +33,7 @@ Definitions - DLM: I2NP Database Lookup Message - DSM: I2NP Database Store Message - DSRM: I2NP Database Search Reply Message -- ECIES: ECIES-X25510-AEAD-Ratchet (propoosal 144) +- ECIES: ECIES-X25519-AEAD-Ratchet (propoosal 144) - ElG: ElGamal - ENCRYPT(k, n, payload, ad): As defined in [ECIES]_ - LS: Leaseset @@ -250,7 +250,7 @@ tag :: 8 byte reply_tag n :: 0 - ad :: Associated data. ZEROLEN. + ad :: The 8 byte reply_tag payload :: Plaintext data, the DSM or DSRM.