mirror of
https://github.com/saymrwulf/pasta_curves-source.git
synced 2026-09-04 20:03:39 +00:00
Fix incorrect variable name in a comment.
Co-authored-by: str4d <thestr4d@gmail.com>
This commit is contained in:
parent
288a21ef1e
commit
adc3c9c2ea
1 changed files with 1 additions and 1 deletions
|
|
@ -224,7 +224,7 @@ impl<F: FieldExt> SqrtTables<F> {
|
||||||
// * [Sarkar2020](https://eprint.iacr.org/2020/1407)
|
// * [Sarkar2020](https://eprint.iacr.org/2020/1407)
|
||||||
// * [BDLSY2012](https://cr.yp.to/papers.html#ed25519)
|
// * [BDLSY2012](https://cr.yp.to/papers.html#ed25519)
|
||||||
//
|
//
|
||||||
// We need to calculate uv and v, where v = u^((m-1)/2), u = num/div, and p-1 = T * 2^S.
|
// We need to calculate uv and v, where v = u^((T-1)/2), u = num/div, and p-1 = T * 2^S.
|
||||||
// We can rewrite as follows:
|
// We can rewrite as follows:
|
||||||
//
|
//
|
||||||
// v = (num/div)^((T-1)/2)
|
// v = (num/div)^((T-1)/2)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue