MCPcopy Create free account
hub / github.com/ElementsProject/elements / arith_uint256V

Function arith_uint256V

src/test/arith_uint256_tests.cpp:21–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20/// Convert vector to arith_uint256, via uint256 blob
21static inline arith_uint256 arith_uint256V(const std::vector<unsigned char>& vch)
22{
23 return UintToArith256(uint256(vch));
24}
25
26const unsigned char R1Array[] =
27 "\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