From 2b677f751e75fc7276f2806a383fac41e4bbbae3 Mon Sep 17 00:00:00 2001 From: number571 Date: Tue, 21 Mar 2023 13:51:44 +0700 Subject: [PATCH] update --- docs/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/README.md b/docs/README.md index 8f87b0d7..60025ed0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -2,10 +2,19 @@ ## Theoretical works +### 1. Main + 1. [Theory of the structure of hidden systems](https://github.com/number571/go-peer/blob/master/docs/theory_of_the_structure_of_hidden_systems.pdf "TotSoHS") 2. [Monolithic cryptographic protocol](https://github.com/number571/go-peer/blob/master/docs/monolithic_cryptographic_protocol.pdf "MCP") 3. [Abstract anonymous networks](https://github.com/number571/go-peer/blob/master/docs/abstract_anonymous_networks.pdf "AAN") +### 2. Habr + +1. [Hidden Lake Service](https://habr.com/ru/post/696504/ "Habr HLS") +2. [Hidden Lake Messenger](https://habr.com/ru/post/701488/ "Habr HLM") +3. [Hidden Lake Traffic](https://habr.com/ru/post/717184/ "Habr HLT") +4. [Hidden Lake Adapters](https://habr.com/ru/post/720544/ "Habr HLA") + ## Code style go-peer In the course of editing the project, some code styles may be added, some edited. Therefore, the current state of the project may not fully adhere to the code style, but you need to strive for it.