mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
typo fix - cryptonight, not cryptonote
This commit is contained in:
parent
97107bbb1b
commit
ce2ad65599
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
||||||
_a = _mm_load_si128(R128(a)); \
|
_a = _mm_load_si128(R128(a)); \
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* An SSE-optimized implementation of the second half of CryptoNote step 3.
|
* An SSE-optimized implementation of the second half of CryptoNight step 3.
|
||||||
* After using AES to mix a scratchpad value into _c (done by the caller),
|
* After using AES to mix a scratchpad value into _c (done by the caller),
|
||||||
* this macro xors it with _b and stores the result back to the same index (j) that it
|
* this macro xors it with _b and stores the result back to the same index (j) that it
|
||||||
* loaded the scratchpad value from. It then performs a second random memory
|
* loaded the scratchpad value from. It then performs a second random memory
|
||||||
|
|
Loading…
Reference in a new issue