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

Function arith_uint256V

src/test/arith_uint256_tests.cpp:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19/// Convert vector to arith_uint256, via uint256 blob
20static inline arith_uint256 arith_uint256V(const std::vector<unsigned char>& vch)
21{
22 return UintToArith256(uint256(vch));
23}
24
25const unsigned char R1Array[] =
26 "\x9c\x52\x4a\xdb\xcf\x56\x11\x12\x2b\x29\x12\x5e\x5d\x35\xd2\xd2"

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.85

Calls 2

UintToArith256Function · 0.85
uint256Class · 0.50

Tested by

no test coverage detected