Link to encryption spec

This commit is contained in:
Kovid Goyal
2022-08-11 07:29:56 +05:30
parent 6ebd82a84c
commit 91dbcf4df0
2 changed files with 3 additions and 1 deletions

View File

@@ -40,6 +40,8 @@ with the following command line::
echo -en '\eP@kitty-cmd{"cmd":"ls","version":[0,14,2]}\e\\' | socat - unix:/tmp/test | awk '{ print substr($0, 13, length($0) - 14) }' | jq -c '.data | fromjson' | jq .
.. _rc_crypto:
Encrypted communication
--------------------------