Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/albertobsd/keyhunt
/ GetR3
Method
GetR3
secp256k1/IntMod.cpp:676–678 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
674
return &_R2;
675
}
676
Int* Int::GetR3() {
677
return &_R3;
678
}
679
Int* Int::GetR4() {
680
return &_R4;
681
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected