diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-10-19 19:18:58 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-10-19 19:18:58 +0100 |
commit | 5f1b93bd0fa06a603d5d4a88af71bef7fd5143fb (patch) | |
tree | 96c0de78a139268e1b1e22dcf775bb9f8f0e3ac2 /docs | |
parent | d48dc8197680dce2bb810c5714f17d1a35dcb3d0 (diff) |
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.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/olm.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/olm.rst b/docs/olm.rst index 34bf9ba..093cb47 100644 --- a/docs/olm.rst +++ b/docs/olm.rst @@ -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 |