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

Method SetInt32

secp256k1/Int.cpp:270–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268// ------------------------------------------------
269
270void Int::SetInt32(uint32_t value) {
271 CLEAR();
272 bits[0]=value;
273}
274
275// ------------------------------------------------
276

Callers 10

SetBaseNMethod · 0.45
ClearMethod · 0.45
ReduceMethod · 0.45
InitMethod · 0.45
NegationMethod · 0.45
ParsePublicKeyHexMethod · 0.45
AddDirectMethod · 0.45
DoubleDirectMethod · 0.45
DoubleMethod · 0.45
ScalarMultiplicationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected