mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-27 13:23:29 +01:00
Fix sc_0 to skGen in ProveRange
This commit is contained in:
parent
d37c1db032
commit
09fb9f4b75
@ -296,7 +296,7 @@ namespace rct {
|
|||||||
key64 CiH;
|
key64 CiH;
|
||||||
int i = 0;
|
int i = 0;
|
||||||
for (i = 0; i < ATOMS; i++) {
|
for (i = 0; i < ATOMS; i++) {
|
||||||
sc_0(ai[i].bytes);
|
skGen(ai[i]);
|
||||||
if (b[i] == 0) {
|
if (b[i] == 0) {
|
||||||
scalarmultBase(sig.Ci[i], ai[i]);
|
scalarmultBase(sig.Ci[i], ai[i]);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user