Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JeanLucPons/VanitySearch
/ isZero
Method
isZero
Point.cpp:60–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
bool Point::isZero() {
61
return x.IsZero() && y.IsZero();
62
}
63
64
void Point::Reduce() {
65
Callers
2
VanitySearch
Method · 0.80
main
Function · 0.80
Calls
1
IsZero
Method · 0.80
Tested by
no test coverage detected