From befd894d89caf0eb87df18aaf2c90b8b8ec565a3 Mon Sep 17 00:00:00 2001 From: sergeych Date: Sat, 25 Nov 2023 02:45:35 +0300 Subject: [PATCH] readme fix --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fc03487..be09800 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,11 @@ This is Bipack format implementation, minimalistic by purpose. ->__IMPORTANT__ due to growing tensions in the world, the main development is moved to our [Gitea repository](https://gitea.sergeych.net/Divan/bipack_ru). We will try our best to make it available all around the world; it is hosted outside the USA and not by USA company. +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) +(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. + +>__IMPORTANT__ due to growing tensions in the world, the main development is moved to our [Gitea repository](https://gitea.sergeych.net/DiWAN/bipack_ru). We will try our best to make it available all around the world. The most recent code will be there, and we encourage to use it also for issues/discussions.