feat: v0.7.0, add ecdh envelop

This commit is contained in:
2023-04-01 16:27:24 +08:00
parent 3f58992680
commit e3eb182873
11 changed files with 111 additions and 13 deletions

View File

@@ -24,6 +24,8 @@ Meta format:
| pgpFingerprint | String | `deprecated` Hex(Sha256(PGP Publickey)) |
| ageEnvelop | String | `deprecated` PGP Publickey Encrypted DataKey |
| ageRecipient | String | `deprecated` age1*** |
| ecdhEnvelop | String | `deprecated` KW:*** |
| ecdhPoint | String | `deprecated` 02*** |
| envelop | String | `deprecated` KMS Encrypted DataKey |
| envelops | Envelop[] | Envelop Array |
| nonce | String | `base64` GCM Nonce |