This commit is contained in:
number571 2023-09-26 23:07:52 +07:00
parent d917101630
commit 6cd13166e0
10 changed files with 3 additions and 1 deletions

View File

@ -135,6 +135,7 @@ As shown in the figure above, HLS acts as an anonymizer and handlers of incoming
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")
4. [Decentralized key exchange protocol](https://github.com/number571/go-peer/blob/master/docs/decentralized_key_exchange_protocol.pdf "DKEP")
### Supported platforms

View File

@ -44,6 +44,7 @@ As shown in the figure above, HLS acts as an anonymizer and handlers of incoming
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")
4. [Decentralized key exchange protocol](https://github.com/number571/go-peer/blob/master/docs/decentralized_key_exchange_protocol.pdf "DKEP")
## Supported platforms

Binary file not shown.

View File

@ -29,7 +29,7 @@ import (
H - hmac (use auth-key)
L - length
M - message bytes
V = void bytes
V - void bytes
*/
const (