From b88346caf409fc696cf29d5f02b98d34c82dc16c Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 28 Mar 2024 19:19:37 -0400 Subject: [PATCH] More typos --- 59.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/59.md b/59.md index a141ef3b..1bcb8f1e 100644 --- a/59.md +++ b/59.md @@ -6,7 +6,7 @@ Gift Wrap `optional` -This NIP defines event kinds and procedures for encapsulating other nostr events with variying degrees of privacy. The goal is to provide tools to obscure the right amount of metadata for separate use cases. +This NIP defines event kinds and procedures for encapsulating other nostr events with varying degrees of privacy. The goal is to provide tools to obscure the right amount of metadata for separate use cases. This NIP *does not* define any messaging protocol. Applications of this NIP should be defined separately. @@ -44,7 +44,7 @@ A `seal` is a `kind:13` event that wraps a `rumor` and is signed with the sender `.content` contains the cyphertext of the [NIP-44](44.md) encryption of the JSON-encoded rumor. -Tags MUST must always be empty. +Tags MUST always be empty. The inner event MUST always be unsigned. @@ -116,9 +116,9 @@ If the `rumor` is intended for more than one party, or if the author wants to re The canonical `created_at` time belongs to the `rumor`. All other timestamps SHOULD be tweaked to thwart time-analysis attacks. Note that some relays don't serve events dated in the future, so all timestamps SHOULD be in the past. -# Gift Wrap as an onion routing payload +# Gift Wrap as an onion-routing payload -Gift wraps can be used separetedly to hide any signed event from the public and routing relays/servers. +Gift wraps can be used separately to hide any signed event from the public and routing relays/servers. For instance, to send an event through a push notification stack without the stack knowing about the event or who is it for, simply wrap it on a `kind 1059` event. Since the stack already has a token, the `p` tag to the receiver (which would reveal who the receiver is) is not needed.