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

Method GetBase10

secp256k1/Int.cpp:945–947  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943// ------------------------------------------------
944
945char* Int::GetBase10() {
946 return GetBaseN(10,"0123456789");
947}
948
949// ------------------------------------------------
950

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected