mirror of
https://github.com/number571/go-peer.git
synced 2026-09-14 11:05:42 +05:00
update
This commit is contained in:
parent
d917101630
commit
6cd13166e0
@ -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
|
||||
|
||||
|
||||
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -29,7 +29,7 @@ import (
|
||||
H - hmac (use auth-key)
|
||||
L - length
|
||||
M - message bytes
|
||||
V = void bytes
|
||||
V - void bytes
|
||||
*/
|
||||
|
||||
const (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user