Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
number571 committed Oct 13, 2024
1 parent dcf60c3 commit b123b7b
Show file tree
Hide file tree
Showing 9 changed files with 2,990 additions and 2,990 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ The Hidden Lake anonymous network is based on the (queue-based) `QB-problem`, wh
<p align="center"><img src="cmd/hls/images/hls_qbp.png" alt="hls_qbp.png"/></p>
<p align="center">Figure 1. QB-network with three nodes {A,B,C}</p>

> More information about QB networks in research paper: [Анонимная сеть «Hidden Lake»](https://github.com/number571/go-peer/blob/master/docs/hidden_lake_anonymous_network.pdf)
> More information about QB networks in research paper: [hidden_lake_anonymous_network.pdf](docs/hidden_lake_anonymous_network.pdf)
## Build and run

Expand Down
2 changes: 1 addition & 1 deletion cmd/hls/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Network scales easily | - | - | - |

A feature of HLS (compared to many other anonymous networks) is its easy adaptation to a hostile centralized environment. Anonymity can be restored literally from one node in the network, even if it is the only point of failure.

> More information about HLS in the [hidden_lake_anonymous_network.pdf](https://github.com/number571/go-peer/blob/master/docs/hidden_lake_anonymous_network.pdf "HLAN") and here [habr.com/ru/post/696504](https://habr.com/ru/post/696504/ "Habr HLS")
> More information about HLS [hidden_lake_anonymous_network.pdf](docs/hidden_lake_anonymous_network.pdf "HLAN")
## Installation

Expand Down
Binary file added docs/hidden_lake_anonymous_network.docx
Binary file not shown.
Binary file added docs/hidden_lake_anonymous_network.pdf
Binary file not shown.
Binary file added docs/hidden_lake_anonymous_network_view.pdf
Binary file not shown.
Binary file added docs/hidden_lake_anonymous_network_view.pptx
Binary file not shown.
2 changes: 1 addition & 1 deletion internal/applications/filesharer/web/template/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ <h1 class="col-md-10 mb-3 mx-auto h3 text-white">Hidden Lake Filesharer</h1>
{{else if (eq .FLanguage 2)}}
Anonima reto"Kaŝita Lago":
{{end}}
<a href="https://github.com/number571/go-peer/blob/master/docs/hidden_lake_anonymous_network.pdf"
<a href="https://github.com/number571/hidden-lake/blob/master/docs/hidden_lake_anonymous_network.pdf"
class="text-info">hidden_lake_anonymous_network.pdf</a>;
</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion internal/applications/messenger/web/template/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ <h1 class="col-md-10 mb-3 mx-auto h3 text-white">Hidden Lake Messenger</h1>
{{else if (eq .FLanguage 2)}}
Anonima reto"Kaŝita Lago":
{{end}}
<a href="https://github.com/number571/go-peer/blob/master/docs/hidden_lake_anonymous_network.pdf"
<a href="https://github.com/number571/hidden-lake/blob/master/docs/hidden_lake_anonymous_network.pdf"
class="text-info">hidden_lake_anonymous_network.pdf</a>;
</p>
</div>
Expand Down
5,972 changes: 2,986 additions & 2,986 deletions test/result/coverage.out

Large diffs are not rendered by default.

0 comments on commit b123b7b

Please sign in to comment.