diff options
| author | frbittencourt <fbittencourt@neadvance.com> | 2023-03-10 10:15:01 +0000 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-04-20 08:06:14 -0300 |
| commit | 9d69bd05dcdaa1ee19078937a6150e2720bf9ba5 (patch) | |
| tree | 9eed01ef2397237aa570b5a1f03bef88fb0cdd96 | |
| parent | ac515573a0cf039174e850dd60ed79a60487cc2e (diff) | |
ajusts decrypt tag
| -rw-r--r-- | 94.md | 2 | ||||
| -rw-r--r-- | 95.md | 2 |
2 files changed, 2 insertions, 2 deletions
| @@ -22,7 +22,7 @@ This NIP specifies the use of the `30063` event type (parameterized replaceable | |||
| 22 | "tags": [ | 22 | "tags": [ |
| 23 | ["d", <string with name of file>], | 23 | ["d", <string with name of file>], |
| 24 | ["url",<string with URL of file>], | 24 | ["url",<string with URL of file>], |
| 25 | ["decrypt",<algorithm>,<key>], | 25 | ["decrypt",<algorithm>,<Decryption Params>], |
| 26 | ["p", <32-bytes hex of a pubkey>, <recommended relay URL>], | 26 | ["p", <32-bytes hex of a pubkey>, <recommended relay URL>], |
| 27 | ["hash",< SHA256 hexencoded string of the file> | 27 | ["hash",< SHA256 hexencoded string of the file> |
| 28 | ], | 28 | ], |
| @@ -23,7 +23,7 @@ The `NIP-94` can be used to broadcast the ID of that event, with the ` and ` tag | |||
| 23 | "kind": 30064, | 23 | "kind": 30064, |
| 24 | "tags": [ | 24 | "tags": [ |
| 25 | ["d", <string with name of file>], | 25 | ["d", <string with name of file>], |
| 26 | ["decrypt",<algorithm>,<key>], | 26 | ["decrypt",<algorithm>,<Decryption Params>], |
| 27 | ["p", <32-bytes hex of a pubkey>, <recommended relay URL>], | 27 | ["p", <32-bytes hex of a pubkey>, <recommended relay URL>], |
| 28 | ["hash",< SHA256 hexencoded string of the raw data>] | 28 | ["hash",< SHA256 hexencoded string of the raw data>] |
| 29 | ], | 29 | ], |