Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertobsd/keyhunt
/ Int
Method
Int
secp256k1/Int.cpp:34–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
// ------------------------------------------------
33
34
Int::Int() {
35
CLEAR();
36
}
37
38
Int::Int(Int *a) {
39
if(a) Set(a);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected