diff options
| author | arthurfranca <arthur.a.franca@gmail.com> | 2023-09-27 12:59:33 -0300 |
|---|---|---|
| committer | arthurfranca <arthur.a.franca@gmail.com> | 2023-09-27 12:59:33 -0300 |
| commit | 4b2cd78defb1564bdc534c01f7f0f6cd230077f8 (patch) | |
| tree | d55b4684c1c2d152e6dc25f5bf480bc5951ad06c /94.md | |
| parent | 3e2765b774e985f17cf8eead360f78dee0bf5fc4 (diff) | |
Remove ox tag
Diffstat (limited to '94.md')
| -rw-r--r-- | 94.md | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -15,8 +15,7 @@ This NIP specifies the use of the `1063` event type, having in `content` a descr | |||
| 15 | * `url` the url to download the file | 15 | * `url` the url to download the file |
| 16 | * `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. | 16 | * `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. |
| 17 | * `"aes-256-gcm"` (optional) key and nonce for AES-GCM encryption with tagSize always 128bits | 17 | * `"aes-256-gcm"` (optional) key and nonce for AES-GCM encryption with tagSize always 128bits |
| 18 | * `x` containing the SHA-256 hexencoded string of the **transformed** file after any server transformations | 18 | * `x` containing the SHA-256 hexencoded string of the file. |
| 19 | * `ox` containing the SHA-256 hexencoded string of the **original** file before any server transformations | ||
| 20 | * `size` (optional) size of file in bytes | 19 | * `size` (optional) size of file in bytes |
| 21 | * `dim` (optional) size of file in pixels in the form `<width>x<height>` | 20 | * `dim` (optional) size of file in pixels in the form `<width>x<height>` |
| 22 | * `magnet` (optional) URI to magnet file | 21 | * `magnet` (optional) URI to magnet file |
| @@ -38,7 +37,6 @@ This NIP specifies the use of the `1063` event type, having in `content` a descr | |||
| 38 | ["aes-256-gcm",<key>, <iv>], | 37 | ["aes-256-gcm",<key>, <iv>], |
| 39 | ["m", <MIME type>], | 38 | ["m", <MIME type>], |
| 40 | ["x",<Hash SHA-256>], | 39 | ["x",<Hash SHA-256>], |
| 41 | ["ox",<Hash SHA-256>], | ||
| 42 | ["size", <size of file in bytes>], | 40 | ["size", <size of file in bytes>], |
| 43 | ["dim", <size of file in pixels>], | 41 | ["dim", <size of file in pixels>], |
| 44 | ["magnet",<magnet URI> ], | 42 | ["magnet",<magnet URI> ], |