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

Method StepRow

src/crypto/equihash.cpp:225–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223
224template<size_t WIDTH>
225StepRow<WIDTH>::StepRow(const unsigned char* hashIn, size_t hInLen,
226 size_t hLen, size_t cBitLen)
227{
228 assert(hLen <= WIDTH);
229 ExpandArray(hashIn, hInLen, hash, hLen, cBitLen);
230}
231
232template<size_t WIDTH> template<size_t W>
233StepRow<WIDTH>::StepRow(const StepRow<W>& a)

Callers

nothing calls this directly

Calls 1

ExpandArrayFunction · 0.85

Tested by

no test coverage detected