Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
40
void Point::Clear() {
41
x.SetInt32(0);
42
y.SetInt32(0);
43
z.SetInt32(0);
44
}
45
46
void Point::Set(Int *cx, Int *cy,Int *cz) {
47
x.Set(cx);
Callers
3
ComputePublicKey
Method · 0.80
ParsePublicKeyHex
Method · 0.80
main
Function · 0.80
Calls
1
SetInt32
Method · 0.80
Tested by
no test coverage detected