diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-09-27 18:45:00 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-09-27 18:45:00 +0100 |
commit | 8f6e0557eeb3afe1088ce1abfc7351eb697eea24 (patch) | |
tree | bc9f71537a5f2535156d810e02b81045943b49de /docs | |
parent | d6cd18df403e4323ee583b1029989eff26b33459 (diff) |
oops, fix typo - thanks to @dest4
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 9f82c8e..9c13478 100644 --- a/docs/olm.rst +++ b/docs/olm.rst @@ -72,7 +72,7 @@ info. Advancing the chain key ~~~~~~~~~~~~~~~~~~~~~~~ -Advancing a chain key takes the previous chain key, :math:`C_{i,j-i}`. The next +Advancing a chain key takes the previous chain key, :math:`C_{i,j-1}`. The next chain key, :math:`C_{i,j}`, is the HMAC-SHA-256_ of ``"\x02"`` using the previous chain key as the key. |