MCPcopy Create free account
hub / github.com/albertobsd/keyhunt / Clear

Method Clear

gmp256k1/Point.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void Point::Clear() {
38 mpz_set_ui(x.num,0);
39 mpz_set_ui(y.num,0);
40 mpz_set_ui(z.num,0);
41}
42
43void Point::Set(Int *cx, Int *cy,Int *cz) {
44 mpz_set(x.num,cx->num);

Callers 3

ComputePublicKeyMethod · 0.45
ParsePublicKeyHexMethod · 0.45
ScalarMultiplicationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected