MCPcopy Create free account
hub / github.com/JeanLucPons/VanitySearch / InitK1

Method InitK1

IntMod.cpp:1155–1158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1153static Int *_O; // SecpK1 order
1154
1155void Int::InitK1(Int *order) {
1156 _O = order;
1157 _R2o.SetBase16("9D671CD581C69BC5E697F5E45BCD07C6741496C20E7CF878896CF21467D7D140");
1158}
1159
1160void Int::ModAddK1order(Int *a, Int *b) {
1161 Add(a,b);

Callers

nothing calls this directly

Calls 1

SetBase16Method · 0.80

Tested by

no test coverage detected