MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / GetBase16

Method GetBase16

Int.cpp:1000–1002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

998// ------------------------------------------------
999
1000std::string Int::GetBase16() {
1001 return GetBaseN(16,"0123456789ABCDEF");
1002}
1003
1004// ------------------------------------------------
1005

Callers 4

CheckMethod · 0.80
toStringMethod · 0.80
VanitySearchMethod · 0.80
checkPrivKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected