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

Commit c851d80

Browse files
authored
Update PROTOCOL.md
1 parent ec71124 commit c851d80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PROTOCOL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Server does not store any contact relationships; all verification state is local
112112

113113
`Alice` wants to add `Bob` as a contact and verify authenticity of `Bob`'s per-contact key.
114114

115-
### 4.2. SMP Initiation (Alice Bob)
115+
### 4.2. SMP Initiation (Alice -> Bob)
116116

117117
`Alice` generates per-contact `ML-DSA-87` key pair (`PK_A`, `SK_A`). Stores `SK_A` locally.
118118

@@ -131,7 +131,7 @@ POST /smp/initiate
131131
}
132132
```
133133

134-
### 4.3. SMP STEP 2 (Bob to Alice)
134+
### 4.3. SMP STEP 2 (Bob -> Alice)
135135

136136
`Bob` generates per-contact `ML-DSA-8`7 key pair (`PK_B`, `SK_B`).
137137

@@ -161,7 +161,7 @@ POST /smp/step_2
161161
}
162162
```
163163

164-
### 4.4. SMP STEP 3 (Alice Bob)
164+
### 4.4. SMP STEP 3 (Alice -> Bob)
165165

166166
`Alice` computes expected `proof_1` from Bob and verifies.
167167

0 commit comments

Comments
 (0)