Skip to content

Commit

Permalink
Fix MathJax syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
extiop committed Nov 28, 2024
1 parent 6749885 commit b2c1b4d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CRYPTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ ss_{recipients},\ ct_{recipients} = \mathrm{HybridKEM.Encapsulate}([(pk_{ecc}^0,
(key, base\_nonce) = \textrm{KeySchedule}_{hybrid}(
\textrm{shared\ secret}=ss_{recipients},
\textrm{info}=\mathtt{"MLA\ Encrypt\ Layer"}
)\\
)
```

3. Ensure key-commitment
Expand Down Expand Up @@ -339,8 +339,9 @@ commit& = \textrm{Decrypt}_{AES\ 256\ GCM}(\\
&\textrm{nonce}=\mathrm{ComputeNonce}(base\_nonce, 0),\\
&\textrm{data}=keycommit\\
)&
\end{align*}\\
\end{align*}
```

```math
\mathtt{assert\ }commit = \textrm{KeyCommitmentChain}
```
Expand Down

0 comments on commit b2c1b4d

Please sign in to comment.