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

Method Set

gmp256k1/Point.cpp:43–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void Point::Set(Int *cx, Int *cy,Int *cz) {
44 mpz_set(x.num,cx->num);
45 mpz_set(y.num,cy->num);
46 mpz_set(z.num,cz->num);
47}
48
49Point::~Point() {
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected