Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
void 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
43
void Point::Set(Int *cx, Int *cy,Int *cz) {
44
mpz_set(x.num,cx->num);
Callers
3
ComputePublicKey
Method · 0.45
ParsePublicKeyHex
Method · 0.45
ScalarMultiplication
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected