mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 05:03:26 +01:00
ringct: fix size unit mismatch calling keccak
This commit is contained in:
parent
20e50ec7f7
commit
35dce5c70c
@ -407,7 +407,7 @@ namespace rct {
|
||||
m[i * 64 + 32 + j] = PC[i].mask[j];
|
||||
}
|
||||
}
|
||||
cn_fast_hash(rv, &m[0], 2*l);
|
||||
cn_fast_hash(rv, &m[0], 64*l);
|
||||
return rv;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user