mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-12 11:39:33 +02:00
Avoid transmitting the currently un-needed enc_proto
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user