Skip to content

Commit

Permalink
NIP-71: remove aes-256-gcm tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AsaiToshiya authored and fiatjaf committed May 25, 2024
1 parent 58c76f0 commit 5d1d1c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions 71.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ The list of tags are as follows:
* `m` a string indicating the data type of the file. The [MIME types](https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types) format must be used, and they should be lowercase.
* `title` (required) title of the video
* `"published_at"`, for the timestamp in unix seconds (stringified) of the first time the video was published
* `"aes-256-gcm"` (optional) key and nonce for AES-GCM encryption with tagSize always 128bits
* `x` containing the SHA-256 hexencoded string of the file.
* `size` (optional) size of file in bytes
* `dim` (optional) size of file in pixels in the form `<width>x<height>`
Expand Down Expand Up @@ -62,7 +61,6 @@ The list of tags are as follows:
["url",<string with URI of file>],
["m", <MIME type>],
["x",<Hash SHA-256>],
["aes-256-gcm",<key>, <iv>],
["size", <size of file in bytes>],
["duration", <duration of video in seconds>],
["dim", <size of file in pixels>],
Expand Down

0 comments on commit 5d1d1c1

Please sign in to comment.