From 2e63433a23e741a1249ae5324caa59bfcb8a7320 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 12 Feb 2023 21:35:51 +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 aaf0870..5856f7d 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 | `optinonal` Plain text comment | -| encryptedComment | String | `optinonal` Encrypted comment | +| comment | String | `optional` Plain text comment | +| encryptedComment | String | `optional` Encrypted comment | | encryptedMeta | String | `optional` Encrypted Meta Data | | pgpEnvelop | String | `deprecated` PGP Publickey Encrypted DataKey | | pgpFingerprint | String | `deprecated` Hex(Sha256(PGP Publickey)) |