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

Method SetInt32

gmp256k1/Int.cpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275}
276
277void Int::SetInt32(const uint32_t value) {
278 mpz_set_ui(num,value);
279}
280
281void Int::Set(const Int* other) {
282 mpz_set(num,other->num);

Callers 15

keyhunt_legacy.cppFile · 0.45
thread_processFunction · 0.45
thread_process_vanityFunction · 0.45
bsgs_thirdcheckFunction · 0.45
calcualteindexFunction · 0.45
mainFunction · 0.45
bsgs_thirdcheckFunction · 0.45
calcualteindexFunction · 0.45
keyhunt.cppFile · 0.45
thread_processFunction · 0.45
thread_process_vanityFunction · 0.45
bsgs_thirdcheckFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected