Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
277
void Int::SetInt32(const uint32_t value) {
278
mpz_set_ui(num,value);
279
}
280
281
void Int::Set(const Int* other) {
282
mpz_set(num,other->num);
Callers
15
keyhunt_legacy.cpp
File · 0.45
thread_process
Function · 0.45
thread_process_vanity
Function · 0.45
bsgs_thirdcheck
Function · 0.45
calcualteindex
Function · 0.45
main
Function · 0.45
bsgs_thirdcheck
Function · 0.45
calcualteindex
Function · 0.45
keyhunt.cpp
File · 0.45
thread_process
Function · 0.45
thread_process_vanity
Function · 0.45
bsgs_thirdcheck
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected