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

Callers

nothing calls this directly

Calls 1

IsZeroMethod · 0.45

Tested by

no test coverage detected