MCPcopy 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

isInitializedMethod · 0.45
generateProgramMethod · 0.45
generateAsmMethod · 0.45
generateCMethod · 0.45
generateProgramMethod · 0.45
generateProgramLightMethod · 0.45
initCacheFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

mainFunction · 0.36
mainFunction · 0.36