MCPcopy 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
122void Int::SetupField(Int *n) {
123 _P.Set(n);
124}
125
126void Int::InitK1(Int *order) {
127 _O = order;

Callers

nothing calls this directly

Calls 1

SetMethod · 0.45

Tested by

no test coverage detected