From bcf0140edbd8e9b9376b9ab4057af2c211f247e1 Mon Sep 17 00:00:00 2001 From: sergeych Date: Tue, 14 Nov 2023 03:36:58 +0300 Subject: [PATCH] more readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02341d6..be2e1c9 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,10 @@ and every connection (while parsec caches session keys to avoid time-consuming k keys cryptography for session is shifted to use ed25519 curves which are supposed to provide agreeable strength with enough speed to protect every connection with a unique new keys. Also, we completely get rid of SHA2. -Kiloparsec used denser binary format (bipack, no more key=values) and advanced typed RPC interfaces, with -special mechanics to allow same interfaces to be easily connected to several various type channels at once. +Kiloparsec also uses a denser binary format (bipack, no more key-values) +which reveals much less on the inner data structure, providing advanced +typed RPC interfaces with kotlinx.serialization. +The architecture allows connecting same functional interfaces to several various type channels at once. Also, the difference from parsecs is that there are no more unencrypted layer commands available to users. All RPC is performed over the encrypted connection.