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

Method IsEven

Int.cpp:420–422  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418// ------------------------------------------------
419
420bool Int::IsEven() {
421 return (bits[0] & 0x1) == 0;
422}
423
424// ------------------------------------------------
425

Callers 6

IsProbablePrimeMethod · 0.80
GetPublicKeyHexMethod · 0.80
GetHash160Method · 0.80
GetYMethod · 0.80
ModInvMethod · 0.80
ModSqrtMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected