forked from lthn/blockchain
Merge branch 'master' of bbr.github.com:zano-project/zano
This commit is contained in:
commit
406b7bf735
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue