Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
OTRv4
otrv4-prekey-server
Commits
a1c96631
Unverified
Commit
a1c96631
authored
Sep 23, 2018
by
Ola Bini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some errant Q's
parent
78fd4ac8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
otrv4-prekey-server.md
otrv4-prekey-server.md
+2
-2
No files found.
otrv4-prekey-server.md
View file @
a1c96631
...
...
@@ -586,11 +586,11 @@ Alice will be initiating the DAKEZ with the Prekey Server:
`KDF(usage_preMAC, prekey_mac_k || message type || N ||
KDF(usage_prekey_message, Prekey Messages, 64) || K ||
KDF(usage_client_profile, Client Profile, 64) || J ||
KDF(usage_prekey_profile, Prekey Profile, 64) ||
Q ||
KDF(usage_prekey_profile, Prekey Profile, 64) ||
KDF(usage_mac_proofs, Proofs, 64))`
.
*
If only Prekey Messages are present in the message:
*
Calculate
`KDF(usage_PreMAC, prekey_mac_k || message type || N ||
KDF(usage_prekey_message, Prekey Messages, 64) || K || J ||
Q ||
KDF(usage_prekey_message, Prekey Messages, 64) || K || J ||
KDF(usage_mac_proofs, Proofs, 64)), 64)`
.
`J`
and
`K`
should be set to zero.
*
Checks that this
`Prekey MAC`
is equal to the one received in the
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment