mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Suppress a generated <br> which breaks KaTeX.
This commit is contained in:
parent
e1c56cbf8e
commit
b52c7ddafe
1 changed files with 1 additions and 2 deletions
|
|
@ -47,8 +47,7 @@
|
|||
//! so that the curve is given by the pair of equations
|
||||
//! $$
|
||||
//! \begin{aligned}
|
||||
//! -W\_1\^2 + W\_2\^2 &= W\_3\^2 + dW\_0\^2, \\\\
|
||||
//! W_0 W_3 &= W_1 W_2.
|
||||
//! -W\_1\^2 + W\_2\^2 &= W\_3\^2 + dW\_0\^2, \\\\ W_0 W_3 &= W_1 W_2.
|
||||
//! \end{aligned}
|
||||
//! $$
|
||||
//! Up to variable naming, this is exactly the "extended" curve model
|
||||
|
|
|
|||
Loading…
Reference in a new issue