Avoid transmitting the currently un-needed enc_proto

This commit is contained in:
Kovid Goyal
2022-08-11 06:48:35 +05:30
parent 78a5957863
commit c07178f43a
2 changed files with 6 additions and 4 deletions

View File

@@ -65,7 +65,6 @@ command is created and transmitted that contains the fields:
"iv": "base85 encoded IV",
"tag": "base85 encoded AEAD tag",
"pubkey": "base85 encoded ECDH public key of sender",
"enc_proto": "The first field from KITTY_PUBLIC_KEY, currently always 1",
"encrypted": "The original command encrypted and base85 encoded"
}