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
b52ad620
Unverified
Commit
b52ad620
authored
Jul 17, 2018
by
Sofia Celi
⛸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Check domain
parent
2a9b706e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
otrv4-prekey-server.md
otrv4-prekey-server.md
+3
-3
No files found.
otrv4-prekey-server.md
View file @
b52ad620
...
...
@@ -287,7 +287,7 @@ is of type BYTE:
```
The
`size`
first bytes of the SHAKE-256 output for the input
`"OTR
v4
-Prekey-Server" || usageID || values`
will be returned.
`"OTR-Prekey-Server" || usageID || values`
will be returned.
Unlike in the SHAKE standard, the output size (
`size`
) here is in bytes.
...
...
@@ -701,7 +701,7 @@ A valid DAKE-2 message is generated as follows:
section of the OTRv4 specification for details. Notice that this
specification will use the KDF stated in the
[
Key Derivation Functions
](
#key-derivation-functions
)
section and for the
computation of
`c`
,
we use th
e
`usage_auth`
defined in this specification.
computation of
`c`
,
it will us
e
`usage_auth`
defined in this specification.
1.
Use the sender instance tag from the DAKE-1 message as the receiver
instance tag.
...
...
@@ -775,7 +775,7 @@ A valid DAKE-3 message is generated as follows:
section of the OTRv4 specification. Notice that this
specification will use the KDF stated in the
[
Key Derivation Functions
](
#key-derivation-functions
)
section and for the
computation of
`c`
,
we
use the
`usage_auth`
defined in this specification.
computation of
`c`
,
it will
use the
`usage_auth`
defined in this specification.
1.
Continue to use the sender instance tag.
To verify a DAKE-3 message:
...
...
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