Update megolm.md
This commit is contained in:
parent
baaf002663
commit
52098b3af7
1 changed files with 4 additions and 4 deletions
|
@ -161,10 +161,10 @@ described in [The Megolm ratchet algorithm](#the-megolm-ratchet-algorithm), usin
|
||||||
|
|
||||||
```math
|
```math
|
||||||
\begin{aligned}
|
\begin{aligned}
|
||||||
H_0(A) &\equiv \operatorname{HMAC}(A,\text{"\x00"}) \\
|
H_0(A) &\equiv \operatorname{HMAC}(A,\text{``\char`\\x00"}) \\
|
||||||
H_1(A) &\equiv \operatorname{HMAC}(A,\text{"\x01"}) \\
|
H_1(A) &\equiv \operatorname{HMAC}(A,\text{``\char`\\x01"}) \\
|
||||||
H_2(A) &\equiv \operatorname{HMAC}(A,\text{"\x02"}) \\
|
H_2(A) &\equiv \operatorname{HMAC}(A,\text{``\char`\\x02"}) \\
|
||||||
H_3(A) &\equiv \operatorname{HMAC}(A,\text{"\x03"}) \\
|
H_3(A) &\equiv \operatorname{HMAC}(A,\text{``\char`\\x03"}) \\
|
||||||
\end{aligned}
|
\end{aligned}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue