1
0
Fork 0
forked from lthn/blockchain

Merge branch 'master' of bbr.github.com:zano-project/zano

This commit is contained in:
cr.zoidberg 2019-03-15 20:36:29 +01:00
commit 406b7bf735

View file

@ -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<crypto::regular_f>(reinterpret_cast<const uint8_t*>(bd.data()), bd.size(), reinterpret_cast<uint8_t*>(&res), sizeof(res), [&](crypto::state_t_m& st)