Skip to content
Snippets Groups Projects
Commit 5f1b93bd authored by Richard van der Hoff's avatar Richard van der Hoff
Browse files

s/ephemeral/one-time/ in olm spec

We're standardising on 'one-time keys' as a term for the thing that Bob uploads
for prekey messages.
parent d48dc819
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ Initial setup
~~~~~~~~~~~~~
The setup takes four Curve25519_ inputs: Identity keys for Alice and Bob,
:math:`I_A` and :math:`I_B`, and ephemeral keys for Alice and Bob,
:math:`I_A` and :math:`I_B`, and one-time keys for Alice and Bob,
:math:`E_A` and :math:`E_B`. A shared secret, :math:`S`, is generated using
`Triple Diffie-Hellman`_. The initial 256 bit root key, :math:`R_0`, and 256
bit chain key, :math:`C_{0,0}`, are derived from the shared secret using an
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment