mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-05 20:10:35 +00:00
Merge remote-tracking branch 'burdges/patch-1' into develop
This commit is contained in:
commit
0c14f58797
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@
|
|||
//!
|
||||
//! Up to variable naming, this is exactly the curve model introduced
|
||||
//! in ["Twisted Edwards Curves
|
||||
//! Revisited"](iacr.org/archive/asiacrypt2008/53500329/53500329.pdf)
|
||||
//! Revisited"](https://www.iacr.org/archive/asiacrypt2008/53500329/53500329.pdf)
|
||||
//! by Hisil, Wong, Carter, and Dawson. We can map from 𝗣^3 to 𝗣² by
|
||||
//! sending (W₀:W₁:W₂:W₃) to (W₁:W₂:W₃). Notice that
|
||||
//!
|
||||
|
|
|
|||
Loading…
Reference in a new issue