MCPcopy 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
319void Int::ShiftL(uint32_t n) {
320 mpz_mul_2exp(num,num,n);
321
322}
323
324void Int::Div(Int *a,Int *mod) {
325 if(mpz_cmp(num,a->num) < 0) {

Callers 2

keyhunt_legacy.cppFile · 0.45
keyhunt.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected