diff options
author | David G. Andersen <dave.andersen@gmail.com> | 2014-10-06 17:42:58 -0400 |
---|---|---|
committer | David G. Andersen <dave.andersen@gmail.com> | 2014-10-06 17:42:58 -0400 |
commit | ce2ad655990c0b0fdba479d02fbd0f746b98d44d (patch) | |
tree | ef4224529bb39cc89d60de119c8a7300293df5a0 /src/crypto | |
parent | Merge pull request #173 (diff) | |
download | monero-ce2ad655990c0b0fdba479d02fbd0f746b98d44d.tar.xz |
typo fix - cryptonight, not cryptonote
Diffstat (limited to 'src/crypto')
-rw-r--r-- | src/crypto/slow-hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c index ce8e90bb7..10536dc5b 100644 --- a/src/crypto/slow-hash.c +++ b/src/crypto/slow-hash.c @@ -105,7 +105,7 @@ _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), * 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 |