MCPcopy Create free account
hub / github.com/albertobsd/keyhunt / GetBase16

Method GetBase16

secp256k1/Int.cpp:951–953  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

949// ------------------------------------------------
950
951char* Int::GetBase16() {
952 return GetBaseN(16,"0123456789abcdef");
953}
954
955// ------------------------------------------------
956

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected