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

Method SetInt64

secp256k1/Int.cpp:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261// ------------------------------------------------
262
263void Int::SetInt64(uint64_t value) {
264 CLEAR();
265 bits64[0]=value;
266}
267
268// ------------------------------------------------
269

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected