xmrig/src/crypto/randomx
2019-07-17 05:33:13 +07:00
..
asm Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
blake2 Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
aes_hash.cpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
aes_hash.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
allocator.cpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
allocator.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
argon2.h Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
argon2_core.c Fixed warnings. 2019-07-17 05:33:13 +07:00
argon2_core.h Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
argon2_ref.c Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
blake2_generator.cpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
blake2_generator.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
bytecode_machine.cpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
bytecode_machine.hpp Fixed warnings. 2019-07-17 05:33:13 +07:00
common.hpp Fixed MingGW compilation 2019-07-01 20:48:51 +02:00
configuration.h Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
dataset.cpp Fixed warnings. 2019-07-17 05:33:13 +07:00
dataset.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
instruction.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
instructions_portable.cpp Fixed MingGW compilation 2019-07-01 20:48:51 +02:00
intrin_portable.h Fixed MingGW compilation 2019-07-01 20:48:51 +02:00
jit_compiler.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
jit_compiler_a64.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
jit_compiler_fallback.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
jit_compiler_x86.cpp Fixed warnings. 2019-07-17 05:33:13 +07:00
jit_compiler_x86.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
jit_compiler_x86_static.asm Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
jit_compiler_x86_static.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
jit_compiler_x86_static.S Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
program.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
randomx.cpp Fixed warnings. 2019-07-17 05:33:13 +07:00
randomx.h Implemented unified cryptonight and RandomX scratchpad memory. 2019-07-17 04:33:11 +07:00
reciprocal.c Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
reciprocal.h Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
soft_aes.cpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
soft_aes.h Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
superscalar.cpp Fixed warnings. 2019-07-17 05:33:13 +07:00
superscalar.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
superscalar_program.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
virtual_machine.cpp Implemented unified cryptonight and RandomX scratchpad memory. 2019-07-17 04:33:11 +07:00
virtual_machine.hpp Implemented unified cryptonight and RandomX scratchpad memory. 2019-07-17 04:33:11 +07:00
virtual_memory.cpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
virtual_memory.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
vm_compiled.cpp Implemented unified cryptonight and RandomX scratchpad memory. 2019-07-17 04:33:11 +07:00
vm_compiled.hpp Implemented unified cryptonight and RandomX scratchpad memory. 2019-07-17 04:33:11 +07:00
vm_compiled_light.cpp Implemented unified cryptonight and RandomX scratchpad memory. 2019-07-17 04:33:11 +07:00
vm_compiled_light.hpp Implemented unified cryptonight and RandomX scratchpad memory. 2019-07-17 04:33:11 +07:00
vm_interpreted.cpp Implemented unified cryptonight and RandomX scratchpad memory. 2019-07-17 04:33:11 +07:00
vm_interpreted.hpp Implemented unified cryptonight and RandomX scratchpad memory. 2019-07-17 04:33:11 +07:00
vm_interpreted_light.cpp Implemented unified cryptonight and RandomX scratchpad memory. 2019-07-17 04:33:11 +07:00
vm_interpreted_light.hpp Implemented unified cryptonight and RandomX scratchpad memory. 2019-07-17 04:33:11 +07:00