MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / FullStepRow

Method FullStepRow

src/crypto/equihash.cpp:240–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238
239template<size_t WIDTH>
240FullStepRow<WIDTH>::FullStepRow(const unsigned char* hashIn, size_t hInLen,
241 size_t hLen, size_t cBitLen, eh_index i) :
242 StepRow<WIDTH> {hashIn, hInLen, hLen, cBitLen}
243{
244 EhIndexToArray(i, hash+hLen);
245}
246
247template<size_t WIDTH> template<size_t W>
248FullStepRow<WIDTH>::FullStepRow(const FullStepRow<W>& a, const FullStepRow<W>& b, size_t len, size_t lenIndices, size_t trim) :

Callers

nothing calls this directly

Calls 2

EhIndexToArrayFunction · 0.85
IndicesBeforeMethod · 0.45

Tested by

no test coverage detected