xmrig/src/crypto/randomx
2019-10-18 16:36:50 +02:00
..
asm RandomX: optimized loading from scratchpad 2019-09-11 19:10:01 +02:00
blake2 RandomX optimizations 2019-09-04 19:24:12 +02:00
aes_hash.cpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
aes_hash.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
allocator.cpp Fix compile warning, mostly struct/class inconsistency. 2019-09-13 18:21:05 +07: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 Updated RandomX 2019-08-27 16:12:13 +02:00
argon2_core.h Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
argon2_ref.c Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
blake2_generator.cpp Updated RandomX 2019-08-27 16:12:13 +02:00
blake2_generator.hpp Updated RandomX 2019-08-27 16:12:13 +02:00
bytecode_machine.cpp Updated RandomX 2019-08-27 16:12:13 +02:00
bytecode_machine.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
common.hpp Added JIT compiler for RandomX on ARMv8 2019-09-21 10:10:52 +02:00
configuration.h Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
dataset.cpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
dataset.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
instruction.hpp Optimized RandomX JIT compiler 2019-08-27 20:18:56 +02:00
instructions_portable.cpp Revert instructions_portable.cpp to avoid warning on gcc compilers. 2019-09-22 00:59:53 +07:00
intrin_portable.h Added JIT compiler for RandomX on ARMv8 2019-09-21 10:10:52 +02:00
jit_compiler.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
jit_compiler_a64.cpp Update jit_compiler_a64.cpp 2019-10-18 16:36:50 +02:00
jit_compiler_a64.hpp Added JIT compiler for RandomX on ARMv8 2019-09-21 10:10:52 +02:00
jit_compiler_a64_static.hpp Added JIT compiler for RandomX on ARMv8 2019-09-21 10:10:52 +02:00
jit_compiler_a64_static.S Fix ARM64 code alignemtn 2019-10-18 16:18:45 +02:00
jit_compiler_fallback.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
jit_compiler_x86.cpp Refactored JIT compiler for x86, small RandomX speedup 2019-10-05 21:40:21 +02:00
jit_compiler_x86.hpp Refactored JIT compiler for x86, small RandomX speedup 2019-10-05 21:40:21 +02:00
jit_compiler_x86_static.asm RandomX: optimized loading from scratchpad 2019-09-11 19:10:01 +02:00
jit_compiler_x86_static.hpp RandomX: optimized loading from scratchpad 2019-09-11 19:10:01 +02:00
jit_compiler_x86_static.S RandomX: optimized loading from scratchpad 2019-09-11 19:10:01 +02:00
program.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
randomx.cpp RandomX (Arqma variant) support 2019-10-08 19:00:19 +02:00
randomx.h RandomX (Arqma variant) support 2019-10-08 19:00:19 +02:00
reciprocal.c Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
reciprocal.h Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
soft_aes.cpp RandomX optimizations 2019-09-04 19:24:12 +02:00
soft_aes.h RandomX optimizations 2019-09-04 19:24:12 +02:00
superscalar.cpp Sync with latest RandomX code 2019-10-13 22:13:29 +02:00
superscalar.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
superscalar_program.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
virtual_machine.cpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
virtual_machine.hpp Set scratchpad pointer to null by default 2019-09-24 08:53:00 +02:00
virtual_memory.cpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
virtual_memory.hpp Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
vm_compiled.cpp Added JIT compiler for RandomX on ARMv8 2019-09-21 10:10:52 +02:00
vm_compiled.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
vm_compiled_light.cpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
vm_compiled_light.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
vm_interpreted.cpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
vm_interpreted.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
vm_interpreted_light.cpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
vm_interpreted_light.hpp Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00