MCPcopy 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
60bool Point::isZero() {
61 return x.IsZero() && y.IsZero();
62}
63
64void Point::Reduce() {
65

Callers 2

VanitySearchMethod · 0.80
mainFunction · 0.80

Calls 1

IsZeroMethod · 0.80

Tested by

no test coverage detected