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.