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

Method GetR

secp256k1/IntMod.cpp:670–672  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

668// ------------------------------------------------
669
670Int* Int::GetR() {
671 return &_R;
672}
673Int* Int::GetR2() {
674 return &_R2;
675}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected