Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertobsd/keyhunt
/ isZero
Method
isZero
gmp256k1/Point.cpp:59–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
}
58
59
bool Point::isZero() {
60
return x.IsZero() && y.IsZero();
61
}
62
63
void Point::Reduce() {
64
Int i(&z);
Callers
nothing calls this directly
Calls
1
IsZero
Method · 0.45
Tested by
no test coverage detected