Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
420
bool Int::IsEven() {
421
return (bits[0] & 0x1) == 0;
422
}
423
424
// ------------------------------------------------
425
Callers
6
IsProbablePrime
Method · 0.80
GetPublicKeyHex
Method · 0.80
GetHash160
Method · 0.80
GetY
Method · 0.80
ModInv
Method · 0.80
ModSqrt
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected