Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ElementsProject/elements
/ FromInt
Function
FromInt
src/test/crypto_tests.cpp:862–865 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
860
}
861
862
static MuHash3072 FromInt(unsigned char i) {
863
unsigned char tmp[32] = {i, 0};
864
return MuHash3072(tmp);
865
}
866
867
BOOST_AUTO_TEST_CASE(muhash_tests)
868
{
Callers
1
BOOST_AUTO_TEST_CASE
Function · 0.85
Calls
1
MuHash3072
Class · 0.50
Tested by
no test coverage detected