This commit is contained in:
number571 2026-05-22 12:16:48 +07:00
parent c1555518c9
commit 5448a0a9a2
2 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ The `go-peer` library contains a large number of functions necessary to ensure t
5. The `anonymity/qb` module to ensure anonymity based on the fifth^ stage. Presents the main functions for working with the network on top of the `anonymity/qb/adapters` and `anonymity/qb/queue` modules.
6. The `anonymity/qb/queue` module represents the generation, storage and issuance of encrypted messages every time the period specified by the application is reached. Uses the `crypto/scheme/layer2` and `crypto/scheme/layer1` modules.
> Examples of works in the directories [pkg/crypto/hybrid/client/examples](pkg/crypto/hybrid/client/examples/), [pkg/network/examples](pkg/network/examples/), [pkg/anonymity/qb/examples](pkg/anonymity/qb/examples/), [pkg/anonymity/qb/queue/examples](pkg/anonymity/qb/queue/examples/);
> Examples of works in the directories [pkg/network/examples](pkg/network/examples/), [pkg/anonymity/qb/examples](pkg/anonymity/qb/examples/), [pkg/anonymity/qb/queue/examples](pkg/anonymity/qb/queue/examples/);
## Coverage map

View File

@ -91,7 +91,7 @@
<g>
<rect x="380.119512" y="357.678049" width="455.092998" height="246.321951" style="fill: rgb(10, 126, 66);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="380.119512" y="357.678049" width="455.092998" height="246.321951" style="fill: rgb(9, 124, 65);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<text
data-notex="1"
@ -419,7 +419,7 @@
<g>
<rect x="388.119512" y="379.278049" width="208.487136" height="216.721951" style="fill: rgb(24, 149, 78);opacity:1;fill-opacity:1.00;stroke:rgb(128,128,128);stroke-width:1px;stroke-opacity:1.00;" />
<rect x="388.119512" y="379.278049" width="208.487136" height="216.721951" style="fill: rgb(22, 146, 77);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: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB