This commit is contained in:
number571 2024-10-16 07:43:23 +07:00
parent c933786978
commit d57b4479c5
5 changed files with 2544 additions and 2546 deletions

View File

@ -1,8 +1,8 @@
# Docs
## Papers, presentations, videos
## Material
### 1. Main
### 1. Papers
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")
@ -14,12 +14,10 @@ Also, the composition of these works can be found in the book [The general theor
### 2. Presentations
1. [Grok anonymity](https://github.com/number571/go-peer/blob/master/docs/grok_anonymity.pdf "Presentation GA")
2. [Hidden Lake](https://github.com/number571/go-peer/blob/master/docs/hidden_lake_anonymous_network_view.pdf "Presentation HL")
### 3. Videos
1. [Hidden Lake Messenger](https://www.youtube.com/watch?v=o2J6ewvBKmg "Video HLM")
2. [Create node in the Hidden Lake](https://www.youtube.com/watch?v=GBmQfy16AuA&t=18s "Video HL")
1. [DC/EI/QB networks & HLM](https://www.youtube.com/watch?v=o2J6ewvBKmg)
## Code style

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@
<g>
<rect x="28.000000" y="41.600000" width="960.614835" height="570.400000" style="fill: rgb(4, 114, 60);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="28.000000" y="41.600000" width="960.614835" height="570.400000" style="fill: rgb(3, 114, 60);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<text
data-notex="1"
@ -91,7 +91,7 @@
<g>
<rect x="36.000000" y="63.200000" width="550.132381" height="540.800000" style="fill: rgb(4, 116, 61);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="36.000000" y="63.200000" width="550.132381" height="540.800000" style="fill: rgb(4, 115, 61);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<text
data-notex="1"
@ -349,7 +349,7 @@
<g>
<rect x="448.376256" y="443.185841" width="129.756125" height="102.362658" style="fill: rgb(5, 117, 62);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="448.376256" y="443.185841" width="129.756125" height="102.362658" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<text
data-notex="1"
@ -659,7 +659,7 @@
<g>
<rect x="456.376256" y="464.785841" width="82.447407" height="72.762658" style="fill: rgb(8, 122, 64);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="456.376256" y="464.785841" width="82.447407" height="72.762658" style="fill: rgb(0, 104, 55);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<text
data-notex="1"

Before

Width:  |  Height:  |  Size: 30 KiB

After

Width:  |  Height:  |  Size: 30 KiB