mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-07 20:50:39 +00:00
errata for comment
(cherry picked from commit f6015c66c2)
Signed-off-by: Isis Lovecruft <isis@patternsinthevoid.net>
This commit is contained in:
parent
3b79d0fbc4
commit
87a5ed78b7
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ impl ExtendedPoint {
|
||||||
// Set tmp1 = ( S_9, S_6, S_6, S_9)
|
// Set tmp1 = ( S_9, S_6, S_6, S_9)
|
||||||
// b < ( 1.6, 1.6, 1.6, 1.6)
|
// b < ( 1.6, 1.6, 1.6, 1.6)
|
||||||
tmp1 = tmp0.shuffle(Shuffle::DBBD);
|
tmp1 = tmp0.shuffle(Shuffle::DBBD);
|
||||||
// Set tmp1 = ( S_8, S_5, S_8, S_5)
|
// Set tmp0 = ( S_8, S_5, S_8, S_5)
|
||||||
// b < (2.33, 1.01, 2.33, 1.01)
|
// b < (2.33, 1.01, 2.33, 1.01)
|
||||||
tmp0 = tmp0.shuffle(Shuffle::CACA);
|
tmp0 = tmp0.shuffle(Shuffle::CACA);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue