From a6e3651d5c530abb2b6e4467b068325484387c5b Mon Sep 17 00:00:00 2001 From: sergeych Date: Sat, 25 Nov 2023 03:07:09 +0300 Subject: [PATCH] docs --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00f820a..7f3e2b2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -# bipack_ru +# bipack_ru: Rust Bipack implementation -This is Bipack format implementation, minimalistic by purpose. - -Bipack serialization format is used in DiWAN products as a base format and also in my newe communication package like [kiloparsec](https://gitea.sergeych.net/sergeych/kiloparsec) +Bipack serialization format is a compact binary format that was created as areplacement for a +BOSS format, mode compact, faster, and not revealing inner data structure as much as possible. +It is used in our next generation data protection systems, in DiWAN products as a base format and also in my newe communication package like [kiloparsec](https://gitea.sergeych.net/sergeych/kiloparsec) (and in underlying [crypto2](https://gitea.sergeych.net/sergeych/crypto2)) which are intended to replace older `Parsec` protocols family to cope with modern crazy world challenges.