MCPcopy Create free account
hub / github.com/albertobsd/keyhunt / InitK1

Method InitK1

secp256k1/IntMod.cpp:1097–1100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1095static Int *_O; // SecpK1 order
1096
1097void Int::InitK1(Int *order) {
1098 _O = order;
1099 _R2o.SetBase16("9D671CD581C69BC5E697F5E45BCD07C6741496C20E7CF878896CF21467D7D140");
1100}
1101
1102void Int::ModAddK1order(Int *a, Int *b) {
1103 Add(a,b);

Callers

nothing calls this directly

Calls 1

SetBase16Method · 0.45

Tested by

no test coverage detected