mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-27 05:13:25 +01:00
Merge pull request #5287
1d14b3f0
ringct: fix capitalization for scaler mult (fuwa)
This commit is contained in:
commit
7ec799c542
@ -408,10 +408,10 @@ namespace rct {
|
|||||||
return res;
|
return res;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Computes aL where L is the curve order
|
//Computes lA where l is the curve order
|
||||||
bool isInMainSubgroup(const key & a) {
|
bool isInMainSubgroup(const key & A) {
|
||||||
ge_p3 p3;
|
ge_p3 p3;
|
||||||
return toPointCheckOrder(&p3, a.bytes);
|
return toPointCheckOrder(&p3, A.bytes);
|
||||||
}
|
}
|
||||||
|
|
||||||
//Curve addition / subtractions
|
//Curve addition / subtractions
|
||||||
|
Loading…
Reference in New Issue
Block a user