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

Method GetInt32

secp256k1/Int.cpp:277–279  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

275// ------------------------------------------------
276
277uint32_t Int::GetInt32() {
278 return bits[0];
279}
280
281uint64_t Int::GetInt64() {
282 return bits64[0];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected