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

Method SetQWord

secp256k1/Int.cpp:333–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331// ------------------------------------------------
332
333void Int::SetQWord(int n, uint64_t b) {
334 bits64[n] = b;
335}
336
337// ------------------------------------------------
338

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected