From 1aec5a61f3277866eef84f27056287dfdd2d9281 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 12 Feb 2023 21:27:09 +0800 Subject: [PATCH] feat: update tiny encrypt spec v1.1 --- TinyEncryptSpecV1.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TinyEncryptSpecV1.1.md b/TinyEncryptSpecV1.1.md index abfde2c..9c4b5bd 100644 --- a/TinyEncryptSpecV1.1.md +++ b/TinyEncryptSpecV1.1.md @@ -17,8 +17,8 @@ Meta format: | version | String | Constant value: `1.1` | | created | Long | Created time, Unix Epoch | | userAgent | String | User Agent, e.g. `TinyEncrypt v0.5.1@MacOS` | -| comment | String | Plain text comment | -| encryptedComment | String | Encrypted comment | +| comment | String | `optinonal` Plain text comment | +| encryptedComment | String | `optinonal` Encrypted comment | | pgpEnvelop | String | `deprecated` PGP Publickey Encrypted DataKey | | pgpFingerprint | String | `deprecated` Hex(Sha256(PGP Publickey)) | | envelop | String | `deprecated` KMS Encrypted DataKey |