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

Function checkpointer

bsgsd.cpp:2295–2300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2293
2294
2295void checkpointer(void *ptr,const char *file,const char *function,const char *name,int line) {
2296 if(ptr == NULL) {
2297 fprintf(stderr,"[E] error in file %s, %s pointer %s on line %i\n",file,function,name,line);
2298 exit(EXIT_FAILURE);
2299 }
2300}
2301
2302void writekey(bool compressed,Int *key) {
2303 Point publickey;

Callers 4

mainFunction · 0.70
pubkeytopubaddressFunction · 0.70
publickeytohashrmd160Function · 0.70
client_handlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected