aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/CryptonightR_JIT.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-03-05CryptonightR: define out i386/x86_64 specific code on other archsmoneromooo-monero1-0/+4
2019-03-05slow-hash: fix build on armmoneromooo-monero1-0/+4
2019-03-04crypto: clear cache after generating random programmoneromooo-monero1-0/+3
2019-03-04CNv4 JIT compiler for x86-64 and testsSChernykh1-0/+99
Minimalistic JIT code generator for random math sequence in CryptonightR. Usage: - Allocate writable and executable memory - Call v4_generate_JIT_code with "buf" pointed to memory allocated on the previous step - Call the generated code instead of "v4_random_math(code, r)", omit the "code" parameter