You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RandomX/src
SChernykh 8bf128034e
Fixes
5 years ago
..
asm Configurable parameters, part 2 5 years ago
blake2 Relicensed under the 3-clause BSD license 5 years ago
tests Fixed mingw compilation 5 years ago
aes_hash.cpp Configurable parameters, part 2 5 years ago
aes_hash.hpp Use 4 AES rounds for program generation (#46) 5 years ago
allocator.cpp Relicensed under the 3-clause BSD license 5 years ago
allocator.hpp Relicensed under the 3-clause BSD license 5 years ago
argon2.h Relicensed under the 3-clause BSD license 5 years ago
argon2_core.c Relicensed under the 3-clause BSD license 5 years ago
argon2_core.h Relicensed under the 3-clause BSD license 5 years ago
argon2_ref.c Relicensed under the 3-clause BSD license 5 years ago
blake2_generator.cpp Relicensed under the 3-clause BSD license 5 years ago
blake2_generator.hpp Relicensed under the 3-clause BSD license 5 years ago
bytecode_machine.cpp Configurable parameters, part 2 5 years ago
bytecode_machine.hpp Fixes 5 years ago
common.hpp Fixes 5 years ago
configuration.h Removed stuff not needed for mining 5 years ago
dataset.cpp Configurable parameters, part 2 5 years ago
dataset.hpp Configurable parameters, part 2 5 years ago
instruction.hpp Removed stuff not needed for mining 5 years ago
instructions_portable.cpp Fixes 5 years ago
intrin_portable.h Fixes 5 years ago
jit_compiler.hpp Relicensed under the 3-clause BSD license 5 years ago
jit_compiler_a64.hpp Relicensed under the 3-clause BSD license 5 years ago
jit_compiler_fallback.hpp Relicensed under the 3-clause BSD license 5 years ago
jit_compiler_x86.cpp Configurable parameters, part 2 5 years ago
jit_compiler_x86.hpp Configurable parameters, part 2 5 years ago
jit_compiler_x86_static.S Configurable parameters, part 2 5 years ago
jit_compiler_x86_static.asm Configurable parameters, part 2 5 years ago
jit_compiler_x86_static.hpp Relicensed under the 3-clause BSD license 5 years ago
program.hpp Removed stuff not needed for mining 5 years ago
randomx.cpp Removed stuff not needed for mining 5 years ago
randomx.h Configurable parameters, part 2 5 years ago
reciprocal.c Sanity checks (#88) 5 years ago
reciprocal.h Regression tests (#73) 5 years ago
soft_aes.cpp Relicensed under the 3-clause BSD license 5 years ago
soft_aes.h Relicensed under the 3-clause BSD license 5 years ago
superscalar.cpp Fixes 5 years ago
superscalar.hpp Fix header dependency of superscalar_program.hpp 5 years ago
superscalar_program.hpp Removed stuff not needed for mining 5 years ago
virtual_machine.cpp Configurable parameters, part 2 5 years ago
virtual_machine.hpp Merge pull request #47 from tevador/pr-doc 5 years ago
virtual_memory.cpp Large page support for FreeBSD (#74) 5 years ago
virtual_memory.hpp Relicensed under the 3-clause BSD license 5 years ago
vm_compiled.cpp Configurable parameters, part 1 5 years ago
vm_compiled.hpp Relicensed under the 3-clause BSD license 5 years ago
vm_compiled_light.cpp Relicensed under the 3-clause BSD license 5 years ago
vm_compiled_light.hpp Relicensed under the 3-clause BSD license 5 years ago
vm_interpreted.cpp Removed stuff not needed for mining 5 years ago
vm_interpreted.hpp Removed stuff not needed for mining 5 years ago
vm_interpreted_light.cpp Support Dataset size larger than 4 GiB 5 years ago
vm_interpreted_light.hpp Add Dataset prefetch in interpreted VM (#52) 5 years ago