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

Method Int

gmp256k1/Int.cpp:28–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26#define U64STRINGSIZE 30
27
28Int::Int() {
29 mpz_init_set_ui(num,0);
30}
31
32Int::Int(const int32_t i32) {
33 mpz_init_set_si(num,i32);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected