You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PROTOCOL.md
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Version: Draft 1.0 (Work in Progress)
5
5
Author: ChadSec (Freedom Club)
6
6
7
7
## 1. INTRODUCTION
8
-
### 1.1. prologue
8
+
### 1.1. Prologue
9
9
10
10
Coldwire is a post-quantum secure communication protocol focused on:
11
11
- Minimal metadata leakage
@@ -24,7 +24,7 @@ There are no persistent contact lists or user directories on the server, no conc
24
24
25
25
Server only relays encrypted data between clients, deleting data after delivery. Data is only kept in an in-memory database (official implementation uses Redis).
26
26
27
-
### 1.2. Terminology & wording
27
+
### 1.2. Terminology & Wording
28
28
29
29
`Alice`: User initiating verification (User 1)
30
30
@@ -35,17 +35,19 @@ Server only relays encrypted data between clients, deleting data after delivery.
35
35
`User`: The human end-user (not the software)
36
36
`SMP`: Socialist Millionaire Problem
37
37
38
-
## 2. CRYPTOGRAPHIC PRIMITIVES
38
+
All requests payloads and responses are sent & received in `JSON` format, unless expliclity stated otherwise.
0 commit comments