File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -327,7 +327,7 @@ There are several directions for future improvement:
327327[ sandy2x ] : https://eprint.iacr.org/2015/943.pdf
328328[ avx2trac ] : https://trac.torproject.org/projects/tor/ticket/8897#comment:28
329329[ hwcd08 ] : https://www.iacr.org/archive/asiacrypt2008/53500329/53500329.pdf
330- [ curve_models ] : https://docs.rs/curve25519-dalek/latest/curve25519-dalek /backend/serial/curve_models/index.html
330+ [ curve_models ] : https://docs.rs/curve25519-dalek/latest/curve25519_dalek /backend/serial/curve_models/index.html
331331[ bbjlp08 ] : https://eprint.iacr.org/2008/013
332332[ cmo98 ] : https://link.springer.com/content/pdf/10.1007%2F3-540-49649-1_6.pdf
333333[ intel ] : https://software.intel.com/sites/default/files/managed/9e/bc/64-ia-32-architectures-optimization-manual.pdf
Original file line number Diff line number Diff line change 8585//! successful decompression of a compressed point, or else by
8686//! operations on other (valid) `EdwardsPoint`s.
8787//!
88- //! [curve_models]: https://docs.rs/curve25519-dalek/latest/curve25519-dalek /backend/serial/curve_models/index.html
88+ //! [curve_models]: https://docs.rs/curve25519-dalek/latest/curve25519_dalek /backend/serial/curve_models/index.html
8989
9090// We allow non snake_case names because coordinates in projective space are
9191// traditionally denoted by the capitalisation of their respective
You can’t perform that action at this time.
0 commit comments