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

Method GetR2

secp256k1/IntMod.cpp:673–675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

671 return &_R;
672}
673Int* Int::GetR2() {
674 return &_R2;
675}
676Int* Int::GetR3() {
677 return &_R3;
678}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected