Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
Olm
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
Olm
Commits
930c4677
Commit
930c4677
authored
5 years ago
by
Richard van der Hoff
Browse files
Options
Downloads
Patches
Plain Diff
Update signing.md to use operatorname
parent
04690658
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/signing.md
+7
-7
7 additions, 7 deletions
docs/signing.md
with
7 additions
and
7 deletions
docs/signing.md
+
7
−
7
View file @
930c4677
...
...
@@ -49,9 +49,9 @@ compromised keys, and sends a pre-key message using a shared secret $`S`$,
where:
```
math
S = ECDH\left(I_A,E_E\right)\;\parallel\;
ECDH\left(E_A,I_B\right)\;\parallel\;
ECDH\left(E_A,E_E\right)
S =
\operatorname{
ECDH
}
\left(I_A,E_E\right)\;\parallel\;
\operatorname{
ECDH
}
\left(E_A,I_B\right)\;\parallel\;
\operatorname{
ECDH
}
\left(E_A,E_E\right)
```
Eve cannot decrypt the message because she does not have the private parts of
...
...
@@ -67,9 +67,9 @@ On the other hand, signing the one-time keys leads to a reduction in
deniability. Recall that the shared secret is calculated as follows:
```
math
S = ECDH\left(I_A,E_B\right)\;\parallel\;
ECDH\left(E_A,I_B\right)\;\parallel\;
ECDH\left(E_A,E_B\right)
S =
\operatorname{
ECDH
}
\left(I_A,E_B\right)\;\parallel\;
\operatorname{
ECDH
}
\left(E_A,I_B\right)\;\parallel\;
\operatorname{
ECDH
}
\left(E_A,E_B\right)
```
If keys are unsigned, a forger can make up values of $
`E_A`
$ and
...
...
@@ -82,7 +82,7 @@ a conversation between the two of them, rather than constructed by a forger.
If $
`E_B`
$ is signed, it is no longer possible to construct arbitrary
transcripts. Given a transcript and Alice and Bob's identity keys, we can now
show that at least one of Alice or Bob was involved in the conversation,
because the ability to calculate $
`ECDH\left(I_A,
\,
E_B\right)`
$ requires
because the ability to calculate $
`
\operatorname{
ECDH
}
\left(I_A,E_B\right)`
$ requires
knowledge of the private parts of either $
`I_A`
$ (proving Alice's
involvement) or $
`E_B`
$ (proving Bob's involvement, via the
signature). Note that it remains impossible to show that
*both*
Alice and Bob
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment