Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ getSize
Method
getSize
src/crypto/RandomX/program.hpp:56–58 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
return load64(&entropyBuffer[i]);
55
}
56
uint32_t getSize() {
57
return RANDOMX_PROGRAM_SIZE;
58
}
59
private:
60
void print(std::ostream& os) const {
61
for (int i = 0; i < RANDOMX_PROGRAM_SIZE; ++i) {
Callers
12
isInitialized
Method · 0.45
generateProgram
Method · 0.45
generateAsm
Method · 0.45
generateC
Method · 0.45
generateProgram
Method · 0.45
generateProgramLight
Method · 0.45
generateSuperscalarHash
Method · 0.45
initCache
Function · 0.45
generateSuperscalarHash
Method · 0.45
generateProgramPrologue
Method · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
2
main
Function · 0.36
main
Function · 0.36