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

Method SetDWord

secp256k1/Int.cpp:327–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325// ------------------------------------------------
326
327void Int::SetDWord(int n,uint32_t b) {
328 bits[n] = b;
329}
330
331// ------------------------------------------------
332

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected