MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / SetInt32

Method SetInt32

Int.cpp:261–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259// ------------------------------------------------
260
261void Int::SetInt32(uint32_t value) {
262
263 CLEAR();
264 bits[0]=value;
265
266}
267
268// ------------------------------------------------
269

Callers 13

SetBaseNMethod · 0.80
IsProbablePrimeMethod · 0.80
ClearMethod · 0.80
ReduceMethod · 0.80
InitMethod · 0.80
CheckMethod · 0.80
DecodePrivateKeyMethod · 0.80
ParsePublicKeyHexMethod · 0.80
AddDirectMethod · 0.80
DoubleDirectMethod · 0.80
DoubleMethod · 0.80
VanitySearchMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected