mirror of
https://github.com/monero-project/monero.git
synced 2024-11-17 16:27:39 +00:00
fix typo
This commit is contained in:
parent
d744dd1be5
commit
ac6bc4859f
1 changed files with 1 additions and 1 deletions
|
@ -559,7 +559,7 @@ void cn_slow_hash(const void *data, size_t length, char *hash)
|
|||
*/
|
||||
|
||||
_b = _mm_load_si128(R128(b));
|
||||
// Two independent versions, one with AES, one without, this to ensure that
|
||||
// Two independent versions, one with AES, one without, to ensure that
|
||||
// the useAes test is only performed once, not every iteration.
|
||||
if(useAes)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue