Skip to content
This repository was archived by the owner on Jun 5, 2026. It is now read-only.

Commit 5cc6ba2

Browse files
authored
Update typo
1 parent 005ab3d commit 5cc6ba2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standards/application/rpi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ However it is up to developers to solve 2 outstanding problems:
2222

2323
Existing solutions fall into two categories based on how messages are delivered to clients.
2424

25-
Centrally routed solutions require the sender's identity in order to deliver messages to their intended destination. Clients in these systems only receive their share of the traffic, which is trivial for them to attempt decryption on every message. These applications avoid the issue entirely, by forfeiting some degree of recipient/conversation privacy.
25+
Centrally routed solutions require the recipient's identity in order to deliver messages to their intended destination. Clients in these systems only receive their share of the traffic, which is trivial for them to attempt decryption on every message. These applications avoid the issue entirely, by forfeiting some degree of recipient/conversation privacy.
2626

2727
Peer-to-peer broadcast routed solutions which maintain recipient privacy also sacrifice performance. Approaches include attempting decryption on all messages received to determine if this payload is of interest. Dividing the broadcast domains into discrete bins can help reduce the processing load, however only to a point. Each broadcast bin must maintain enough traffic to maintain k-anonymity, else the solution matches the centralized approach.
2828

0 commit comments

Comments
 (0)