Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertobsd/keyhunt
/ ShiftL
Method
ShiftL
gmp256k1/Int.cpp:319–322 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
317
}
318
319
void Int::ShiftL(uint32_t n) {
320
mpz_mul_2exp(num,num,n);
321
322
}
323
324
void Int::Div(Int *a,Int *mod) {
325
if(mpz_cmp(num,a->num) < 0) {
Callers
2
keyhunt_legacy.cpp
File · 0.45
keyhunt.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected