Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertobsd/keyhunt
/ SetupField
Method
SetupField
gmp256k1/IntMod.cpp:122–124 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
/* Initializator of some Values P and N (Order) */
121
122
void Int::SetupField(Int *n) {
123
_P.Set(n);
124
}
125
126
void Int::InitK1(Int *order) {
127
_O = order;
Callers
nothing calls this directly
Calls
1
Set
Method · 0.45
Tested by
no test coverage detected