From ed02c217e6f7e95e495c241c8ff27ef6b5dd8417 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Wed, 15 Aug 2018 22:02:29 -0400 Subject: update address for sending feedback for olm --- docs/olm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/olm.rst') diff --git a/docs/olm.rst b/docs/olm.rst index a18662d..9f82c8e 100644 --- a/docs/olm.rst +++ b/docs/olm.rst @@ -338,7 +338,7 @@ The Olm specification (this document) is hereby placed in the public domain. Feedback -------- -Can be sent to mark at matrix.org. +Can be sent to olm at matrix.org. Acknowledgements ---------------- -- cgit v1.2.3 From 8f6e0557eeb3afe1088ce1abfc7351eb697eea24 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Thu, 27 Sep 2018 18:45:00 +0100 Subject: oops, fix typo - thanks to @dest4 --- docs/olm.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/olm.rst') 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. -- cgit v1.2.3