This commit is contained in:
Sergey Chernov 2023-11-25 03:07:09 +03:00
parent 677b0187e8
commit a6e3651d5c

View File

@ -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.