From 08b5bfdead4f2530fbdaa3b659611211df6c068e Mon Sep 17 00:00:00 2001 From: zzz <zzz@i2pmail.org> Date: Mon, 5 Aug 2024 11:13:52 -0400 Subject: [PATCH] typo --- i2p2www/spec/ecies.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/i2p2www/spec/ecies.rst b/i2p2www/spec/ecies.rst index 7373ebdf4..074ce2712 100644 --- a/i2p2www/spec/ecies.rst +++ b/i2p2www/spec/ecies.rst @@ -3,8 +3,8 @@ ECIES-X25519-AEAD-Ratchet ========================= .. meta:: :category: Protocols - :lastupdated: 2020-11 - :accuratefor: 0.9.47 + :lastupdated: 2024-08 + :accuratefor: 0.9.63 .. contents:: @@ -15,7 +15,7 @@ Network deployment and testing in progress. Subject to minor revisions. See [Prop144]_ for the original proposal, including background discussion and additional information. -The following features are not implemented as of 0.9.46: +The following features are not implemented as of 0.9.63: - MessageNumbers, Options, and Termination blocks - Protocol-layer responses @@ -2143,7 +2143,7 @@ a single frame, but it is not prohibited. DateTime ```````` An expiration. -Assists in reply prevention. +Assists in replay prevention. Bob must validate that the message is recent, using this timestamp. Bob must implement a Bloom filter or other mechanism to prevent replay attacks, if the time is valid. -- GitLab