diff --git a/README.md b/README.md index 4677b713..3138eada 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/cmd/hidden_lake/service/README.md b/cmd/hidden_lake/service/README.md index ff9f26f0..dd64e069 100644 --- a/cmd/hidden_lake/service/README.md +++ b/cmd/hidden_lake/service/README.md @@ -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 diff --git a/docs/TODO_hidden_lake_anonymous_network.docx b/docs/TODO_hidden_lake_anonymous_network.docx index b959315e..d76accc5 100644 Binary files a/docs/TODO_hidden_lake_anonymous_network.docx and b/docs/TODO_hidden_lake_anonymous_network.docx differ diff --git a/docs/abstract_anonymous_networks.docx b/docs/abstract_anonymous_networks.docx index 651aae5e..f047eea3 100644 Binary files a/docs/abstract_anonymous_networks.docx and b/docs/abstract_anonymous_networks.docx differ diff --git a/docs/abstract_anonymous_networks.pdf b/docs/abstract_anonymous_networks.pdf index 07889b6f..00459297 100644 Binary files a/docs/abstract_anonymous_networks.pdf and b/docs/abstract_anonymous_networks.pdf differ diff --git a/docs/decentralized_key_exchange_protocol.docx b/docs/decentralized_key_exchange_protocol.docx index 9c48d063..fbe13f43 100644 Binary files a/docs/decentralized_key_exchange_protocol.docx and b/docs/decentralized_key_exchange_protocol.docx differ diff --git a/docs/decentralized_key_exchange_protocol.pdf b/docs/decentralized_key_exchange_protocol.pdf index cd02178d..6f6f8b7e 100644 Binary files a/docs/decentralized_key_exchange_protocol.pdf and b/docs/decentralized_key_exchange_protocol.pdf differ diff --git a/docs/theory_of_the_structure_of_hidden_systems.docx b/docs/theory_of_the_structure_of_hidden_systems.docx index 22128b61..f2e7355b 100644 Binary files a/docs/theory_of_the_structure_of_hidden_systems.docx and b/docs/theory_of_the_structure_of_hidden_systems.docx differ diff --git a/docs/theory_of_the_structure_of_hidden_systems.pdf b/docs/theory_of_the_structure_of_hidden_systems.pdf index dd30b118..ccdfe56f 100644 Binary files a/docs/theory_of_the_structure_of_hidden_systems.pdf and b/docs/theory_of_the_structure_of_hidden_systems.pdf differ diff --git a/pkg/network/conn/conn.go b/pkg/network/conn/conn.go index 2a5d35fd..35245c13 100644 --- a/pkg/network/conn/conn.go +++ b/pkg/network/conn/conn.go @@ -29,7 +29,7 @@ import ( H - hmac (use auth-key) L - length M - message bytes - V = void bytes + V - void bytes */ const (