This commit is contained in:
number571 2023-03-21 13:51:44 +07:00
parent 7fd0aa4577
commit 2b677f751e

View File

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