@@ -23,9 +23,9 @@ The *Save* DWeb Backend relies on two P2P protocols, [Veilid](https://veilid.com
2323* ** Blob** : A binary large object, typically used to store files or data collections in the backend.
2424* ** Veilid** : A protocol used for secure peer discovery and communication.
2525* ** Iroh** : A library for blob replication and data storage.
26- * ** Route ID: ** A unique identifier for communication paths between peers.
27- * ** AppCall: ** Veilid’s encrypted message system.
28- * ** Tunnel: ** Multiplexed connection system used for peer communication.
26+ * ** Route ID** : A unique identifier for communication paths between peers.
27+ * ** AppCall** : Veilid’s encrypted message system.
28+ * ** Tunnel** : Multiplexed connection system used for peer communication.
2929
3030
3131## 1.3 Complementary resources
@@ -169,8 +169,8 @@ Groups are the fundamental organizational unit in the system, enabling secure pe
169169
170170
171171
172- * Personal Data: ** ** CBOR encoded list of file names mapping to file hashes
173- * External Data: ** ** Peers track other peers’ data repositories and can optionally download blobs for backups.
172+ * ** Personal Data** : CBOR encoded list of file names mapping to file hashes
173+ * ** External Data** : Peers track other peers’ data repositories and can optionally download blobs for backups.
174174
175175
176176## 2.3 Network Topology
@@ -507,4 +507,4 @@ The codebase is organized into several key modules:
507507
508508* Review cryptographic implementations
509509* Validate input data
510- * Handle errors appropriately
510+ * Handle errors appropriately
0 commit comments