mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Merge pull request #244 from dalek-cryptography/fix-typo
Suppress a generated <br> which breaks KaTeX.
This commit is contained in:
commit
8f02cf5bf8
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