mirror of
https://github.com/monero-project/monero.git
synced 2024-11-18 00:37:43 +00:00
Fix sc_0 to skGen in ProveRange
This commit is contained in:
parent
d37c1db032
commit
09fb9f4b75
1 changed files with 1 additions and 1 deletions
|
@ -296,7 +296,7 @@ namespace rct {
|
|||
key64 CiH;
|
||||
int i = 0;
|
||||
for (i = 0; i < ATOMS; i++) {
|
||||
sc_0(ai[i].bytes);
|
||||
skGen(ai[i]);
|
||||
if (b[i] == 0) {
|
||||
scalarmultBase(sig.Ci[i], ai[i]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue