From 857bde84c56fec09cad15b04318e75529f13196c Mon Sep 17 00:00:00 2001 From: Vlad Stan Date: Mon, 10 Apr 2023 15:07:14 +0300 Subject: [PATCH] doc: re-order words --- 705.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/705.md b/705.md index 17a80020..35a024d1 100644 --- a/705.md +++ b/705.md @@ -9,6 +9,8 @@ Republish Encrypted Direct Messages This NIP defines a way for a client to indirectly publish `kind:4` events to a relay with the help of its peers. ## Motivation -One way to increase the privacy of Encrypted Direct Messages is for peers to derive new `one-use-only` keys when they communicate (see [NIP704](https://github.com/motorina0/nips/blob/dm-one-use-keys/704.md)). This technique hides from the "general public" that two clients are chatting. However, the relay(s) in the middle can still see who is publishing events and who is listening for events with specific public keys. +One way to increase the privacy of Encrypted Direct Messages ([NIP-04](https://github.com/nostr-protocol/nips/blob/master/04.md)) is for peers to derive new `one-use-only` keys when they communicate (see [NIP704](https://github.com/motorina0/nips/blob/dm-one-use-keys/704.md)). + +This technique hides from the "general public" that two clients are chatting. However, the relay(s) in the middle can still see who is publishing events and who is listening for events with specific public keys. ## Suggestion