Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertobsd/keyhunt
/ GetBase2
Method
GetBase2
gmp256k1/Int.cpp:259–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
257
}
258
259
char* Int::GetBase2() {
260
return mpz_get_str(NULL,2,num);
261
}
262
263
char* Int::GetBase10() {
264
return mpz_get_str(NULL,10,num);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected