From ad40b37df144ce4993bb915e2d17ee4132e0f40a Mon Sep 17 00:00:00 2001 From: "crypro.zoidberg" Date: Fri, 15 Mar 2019 20:35:42 +0100 Subject: [PATCH] fixed misprint2 --- src/crypto/wild_keccak.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/crypto/wild_keccak.h b/src/crypto/wild_keccak.h index 2c7c1527..dc842b02 100644 --- a/src/crypto/wild_keccak.h +++ b/src/crypto/wild_keccak.h @@ -96,7 +96,7 @@ namespace crypto //------------------------------------------------------------------ inline - bool get_wild_keccak2(const std::string& bd, crypto::hash& res, const uint64_t*& int_array_ptr_scratch, uint64_t int64_sz) + bool get_wild_keccak2(const std::string& bd, crypto::hash& res, const uint64_t* int_array_ptr_scratch, uint64_t int64_sz) { uint64_t count_access = 0; crypto::wild_keccak2_dbl(reinterpret_cast(bd.data()), bd.size(), reinterpret_cast(&res), sizeof(res), [&](crypto::state_t_m& st)