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

Function checkpointer

keyhunt.cpp:5982–5987  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5980}
5981
5982void checkpointer(void *ptr,const char *file,const char *function,const char *name,int line) {
5983 if(ptr == NULL) {
5984 fprintf(stderr,"[E] error in file %s, %s pointer %s on line %i\n",file,function,name,line);
5985 exit(EXIT_FAILURE);
5986 }
5987}
5988
5989void writekey(bool compressed,Int *key) {
5990 Point publickey;

Callers 7

keyhunt.cppFile · 0.70
pubkeytopubaddressFunction · 0.70
thread_process_minikeysFunction · 0.70
addvanityFunction · 0.70
forceReadFileAddressFunction · 0.70
forceReadFileAddressEthFunction · 0.70
forceReadFileXPointFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected