ajusts decrypt tag

This commit is contained in:
frbittencourt 2023-03-10 10:15:01 +00:00 committed by fiatjaf_
parent ac515573a0
commit 9d69bd05dc
2 changed files with 2 additions and 2 deletions

2
94.md
View File

@ -22,7 +22,7 @@ This NIP specifies the use of the `30063` event type (parameterized replaceable
"tags": [ "tags": [
["d", <string with name of file>], ["d", <string with name of file>],
["url",<string with URL of file>], ["url",<string with URL of file>],
["decrypt",<algorithm>,<key>], ["decrypt",<algorithm>,<Decryption Params>],
["p", <32-bytes hex of a pubkey>, <recommended relay URL>], ["p", <32-bytes hex of a pubkey>, <recommended relay URL>],
["hash",< SHA256 hexencoded string of the file> ["hash",< SHA256 hexencoded string of the file>
], ],

2
95.md
View File

@ -23,7 +23,7 @@ The `NIP-94` can be used to broadcast the ID of that event, with the ` and ` tag
"kind": 30064, "kind": 30064,
"tags": [ "tags": [
["d", <string with name of file>], ["d", <string with name of file>],
["decrypt",<algorithm>,<key>], ["decrypt",<algorithm>,<Decryption Params>],
["p", <32-bytes hex of a pubkey>, <recommended relay URL>], ["p", <32-bytes hex of a pubkey>, <recommended relay URL>],
["hash",< SHA256 hexencoded string of the raw data>] ["hash",< SHA256 hexencoded string of the raw data>]
], ],