Electroneum
CryptonightR_JIT.h File Reference

Go to the source code of this file.

Typedefs

typedef void(* v4_random_math_JIT_func) (uint32_t *r)
 

Functions

int v4_generate_JIT_code (const struct V4_Instruction *code, v4_random_math_JIT_func buf, const size_t buf_size)
 

Typedef Documentation

◆ v4_random_math_JIT_func

typedef void(* v4_random_math_JIT_func) (uint32_t *r)

Definition at line 11 of file CryptonightR_JIT.h.

Function Documentation

◆ v4_generate_JIT_code()

int v4_generate_JIT_code ( const struct V4_Instruction code,
v4_random_math_JIT_func  buf,
const size_t  buf_size 
)