aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid G. Andersen <dave.andersen@gmail.com>2014-10-06 17:44:23 -0400
committerDavid G. Andersen <dave.andersen@gmail.com>2014-10-06 17:44:23 -0400
commit28dfb4b178a864c5b41f46c041da185088c48f51 (patch)
tree8f797251fe14a2a00bd621cc8f7edbcceeb9783d
parenttypo fix - cryptonight, not cryptonote (diff)
downloadmonero-28dfb4b178a864c5b41f46c041da185088c48f51.tar.xz
capitalize Keccak everywhere
-rw-r--r--src/crypto/slow-hash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/slow-hash.c b/src/crypto/slow-hash.c
index 10536dc5b..787545830 100644
--- a/src/crypto/slow-hash.c
+++ b/src/crypto/slow-hash.c
@@ -522,7 +522,7 @@ void cn_slow_hash(const void *data, size_t length, char *hash)
hash_process(&state.hs, data, length);
memcpy(text, state.init, INIT_SIZE_BYTE);
- /* CryptoNight Step 2: Iteratively encrypt the results from keccak to fill
+ /* CryptoNight Step 2: Iteratively encrypt the results from Keccak to fill
* the 2MB large random access buffer.
*/