mirror of
https://github.com/monero-project/monero.git
synced 2025-08-02 02:26:12 -04:00
commit
c4f75fe898
11 changed files with 14 additions and 14 deletions
|
@ -173,7 +173,7 @@ static rct::key cross_vector_exponent8(size_t size, const std::vector<ge_p3> &A,
|
|||
multiexp_data.resize(size*2 + (!!extra_point));
|
||||
for (size_t i = 0; i < size; ++i)
|
||||
{
|
||||
sc_mul(multiexp_data[i*2].scalar.bytes, a[ao+i].bytes, INV_EIGHT.bytes);;
|
||||
sc_mul(multiexp_data[i*2].scalar.bytes, a[ao+i].bytes, INV_EIGHT.bytes);
|
||||
multiexp_data[i*2].point = A[Ao+i];
|
||||
sc_mul(multiexp_data[i*2+1].scalar.bytes, b[bo+i].bytes, INV_EIGHT.bytes);
|
||||
if (scale)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue