upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorarthurfranca <arthur.a.franca@gmail.com>2023-09-27 12:20:41 -0300
committerarthurfranca <arthur.a.franca@gmail.com>2023-09-27 12:20:41 -0300
commitcc1e73b1866ab2b7da860dcbb982eaa87a9f44ea (patch)
treea4b25eb91da62c9344257cc1f4b3b228f1691d27
parentcf764ee7e5922167d944752678d2d8ab10314d3d (diff)
Revert x and xx tags
-rw-r--r--94.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/94.md b/94.md
index b512af4..ed9b68c 100644
--- a/94.md
+++ b/94.md
@@ -15,8 +15,8 @@ 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 **original** file before any server transformations 18* `x` containing the SHA-256 hexencoded string of the **transformed** file after any server transformations
19* `xx` containing the SHA-256 hexencoded string of the **transformed** file after any server transformations 19* `xx` containing the SHA-256 hexencoded string of the **original** file before any server transformations
20* `size` (optional) size of file in bytes 20* `size` (optional) size of file in bytes
21* `dim` (optional) size of file in pixels in the form `<width>x<height>` 21* `dim` (optional) size of file in pixels in the form `<width>x<height>`
22* `magnet` (optional) URI to magnet file 22* `magnet` (optional) URI to magnet file