Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
matrix-org
Olm
Commits
52098b3a
Commit
52098b3a
authored
Nov 08, 2019
by
Richard van der Hoff
Browse files
Update megolm.md
parent
baaf0026
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/megolm.md
View file @
52098b3a
...
...
@@ -161,10 +161,10 @@ described in [The Megolm ratchet algorithm](#the-megolm-ratchet-algorithm), usin
```
math
\begin{aligned}
H_0(A) &\equiv \operatorname{HMAC}(A,\text{
"
\x00"}) \\
H_1(A) &\equiv \operatorname{HMAC}(A,\text{
"
\x01"}) \\
H_2(A) &\equiv \operatorname{HMAC}(A,\text{
"
\x02"}) \\
H_3(A) &\equiv \operatorname{HMAC}(A,\text{
"
\x03"}) \\
H_0(A) &\equiv \operatorname{HMAC}(A,\text{
``\char`\
\x00"}) \\
H_1(A) &\equiv \operatorname{HMAC}(A,\text{
``\char`\
\x01"}) \\
H_2(A) &\equiv \operatorname{HMAC}(A,\text{
``\char`\
\x02"}) \\
H_3(A) &\equiv \operatorname{HMAC}(A,\text{
``\char`\
\x03"}) \\
\end{aligned}
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment