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

Method GetInt64

secp256k1/Int.cpp:281–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279}
280
281uint64_t Int::GetInt64() {
282 return bits64[0];
283}
284
285
286// ------------------------------------------------

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected