mirror of
https://github.com/monero-project/monero.git
synced 2024-10-01 11:49:47 -04:00
ringct: fix size argument to cn_fast_hash
Ported from Shen's RingCT repo
This commit is contained in:
parent
720ac85553
commit
98f4c6f7eb
@ -397,7 +397,7 @@ namespace rct {
|
||||
m[i * 64 + 32 + j] = PC[i].mask[j];
|
||||
}
|
||||
}
|
||||
cn_fast_hash(rv, &m[0], l);
|
||||
cn_fast_hash(rv, &m[0], 2*l);
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user