MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / Clear

Method Clear

Point.cpp:40–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40void Point::Clear() {
41 x.SetInt32(0);
42 y.SetInt32(0);
43 z.SetInt32(0);
44}
45
46void Point::Set(Int *cx, Int *cy,Int *cz) {
47 x.Set(cx);

Callers 3

ComputePublicKeyMethod · 0.80
ParsePublicKeyHexMethod · 0.80
mainFunction · 0.80

Calls 1

SetInt32Method · 0.80

Tested by

no test coverage detected