mirror of
https://github.com/markqvist/Reticulum.git
synced 2025-12-18 09:52:49 -05:00
Fixed formatting
This commit is contained in:
parent
1bbaab1db9
commit
f3b8965fa6
1 changed files with 1 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ Reticulum uses the singular concept of *destinations*. Any application using Ret
|
||||||
networking stack will need to create one or more destinations to receive data, and know the
|
networking stack will need to create one or more destinations to receive data, and know the
|
||||||
destinations it needs to send data to.
|
destinations it needs to send data to.
|
||||||
|
|
||||||
All destinations in Reticulum are _represented_ as a 16 byte hash. This hash is derived from truncating a full
|
All destinations in Reticulum are *represented* as a 16 byte hash. This hash is derived from truncating a full
|
||||||
SHA-256 hash of identifying characteristics of the destination. To users, the destination addresses
|
SHA-256 hash of identifying characteristics of the destination. To users, the destination addresses
|
||||||
will be displayed as 16 hexadecimal bytes, like this example: ``<13425ec15b621c1d928589718000d814>``.
|
will be displayed as 16 hexadecimal bytes, like this example: ``<13425ec15b621c1d928589718000d814>``.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue