RandomWOW/src
Czarek Nakamoto 34c2646e63 fix missing ___clear_cache when targetting iOS 2024-04-04 15:32:33 +02:00
..
asm RandomWOW parameters 2023-10-28 11:57:31 +03:00
blake2 Fix symbol collisions with blake2b (#145) 2019-10-30 20:09:27 +01:00
tests bump benchmark version to 1.2.1 2023-10-20 20:42:55 +02:00
aes_hash.cpp RandomWOW parameters 2023-10-28 11:57:31 +03:00
aes_hash.hpp Combined hash and fill AES loop (#166) 2019-12-01 16:58:38 +01:00
allocator.cpp Don't use exceptions in low-level mem allocator 2022-05-09 17:28:59 +01:00
allocator.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
argon2.h use SSSE3 consistently as opposed to SSE3 2019-10-06 23:46:49 +02:00
argon2_avx2.c Optimized Argon2 (SSSE3/AVX2) 2019-10-06 18:07:23 +02:00
argon2_core.c Fix symbol collisions with blake2b (#145) 2019-10-30 20:09:27 +01:00
argon2_core.h Optimized Argon2 (SSSE3/AVX2) 2019-10-06 18:07:23 +02:00
argon2_ref.c Optimized Argon2 (SSSE3/AVX2) 2019-10-06 18:07:23 +02:00
argon2_ssse3.c use SSSE3 consistently as opposed to SSE3 2019-10-06 23:46:49 +02:00
assembly_generator_x86.cpp Optimized randomx_reciprocal 2023-10-20 15:05:13 +02:00
assembly_generator_x86.hpp Use 'dst' as the CBRANCH condition register 2019-05-21 08:37:36 +02:00
blake2_generator.cpp Refactoring (#95) 2019-07-03 18:13:20 +02:00
blake2_generator.hpp Refactoring (#95) 2019-07-03 18:13:20 +02:00
bytecode_machine.cpp Optimized randomx_reciprocal 2023-10-20 15:05:13 +02:00
bytecode_machine.hpp Regression tests (#73) 2019-06-22 15:54:43 +02:00
common.hpp RandomWOW parameters 2023-10-28 11:57:31 +03:00
configuration.h RandomWOW parameters 2023-10-28 11:57:31 +03:00
cpu.cpp Merge pull request #192 from xiphon/fix-mingw-5.3-cross-compilation 2021-11-06 20:16:29 +00:00
cpu.hpp Automatic detection of CPU capabilities 2019-10-08 23:09:35 +02:00
dataset.cpp Don't use exceptions in low-level mem allocator 2022-05-09 17:28:59 +01:00
dataset.hpp Fixes for cmake build with visual studio (#144) 2019-11-22 18:24:16 +01:00
instruction.cpp Code generator fixups 2019-06-23 23:10:29 +02:00
instruction.hpp Use strongly typed enums (#55) 2019-06-10 16:02:25 +02:00
instruction_weights.hpp Regression tests (#73) 2019-06-22 15:54:43 +02:00
instructions_portable.cpp fix test 92 not failing properly on GCC/amd64 2020-05-06 13:48:53 +02:00
intrin_portable.h Fixed casts from const to non-const pointers 2023-10-09 19:21:57 +02:00
jit_compiler.hpp JIT compiler for RISC-V 2023-10-10 20:51:33 +02:00
jit_compiler_a64.cpp fix missing ___clear_cache when targetting iOS 2024-04-04 15:32:33 +02:00
jit_compiler_a64.hpp Fixed UB in ARM64 JIT compiler 2023-10-20 09:24:50 +02:00
jit_compiler_a64_static.S ARM64 JIT: don't use `x18` register 2023-10-19 17:20:53 +02:00
jit_compiler_a64_static.hpp JIT compiler for ARMv8 (#125) 2019-09-22 21:06:22 +02:00
jit_compiler_fallback.hpp Fix inconsistent class/struct usage 2019-11-19 23:17:55 +01:00
jit_compiler_rv64.cpp Optimized randomx_reciprocal 2023-10-20 15:05:13 +02:00
jit_compiler_rv64.hpp JIT compiler for RISC-V 2023-10-10 20:51:33 +02:00
jit_compiler_rv64_static.S Avoid `zext.b` 2023-10-20 19:29:35 +02:00
jit_compiler_rv64_static.hpp JIT compiler for RISC-V 2023-10-10 20:51:33 +02:00
jit_compiler_x86.cpp Optimized randomx_reciprocal 2023-10-20 15:05:13 +02:00
jit_compiler_x86.hpp Fix inconsistent class/struct usage 2019-11-19 23:17:55 +01:00
jit_compiler_x86_static.S Fix absolute address references 2021-11-06 17:19:37 +00:00
jit_compiler_x86_static.asm Fix absolute address references 2021-11-06 17:19:37 +00:00
jit_compiler_x86_static.hpp remove unnecessary first-load initialization code 2021-01-23 14:56:35 -08:00
program.hpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
randomx.cpp Merge branch 'master' into pr-randomx-v2 2023-09-08 22:57:28 +02:00
randomx.h rename 'hash v2' to 'commitment' 2023-09-08 22:57:09 +02:00
reciprocal.c Optimized randomx_reciprocal 2023-10-20 15:05:13 +02:00
reciprocal.h Optimized randomx_reciprocal 2023-10-20 15:05:13 +02:00
soft_aes.cpp Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
soft_aes.h Relicensed under the 3-clause BSD license 2019-05-18 14:21:47 +02:00
superscalar.cpp Fix a possible out-of-bounds access in superscalar generator 2019-10-11 11:31:05 +02:00
superscalar.hpp Fix header dependency of superscalar_program.hpp 2019-06-24 13:58:41 +02:00
superscalar_program.hpp Sanity checks (#88) 2019-06-29 18:53:49 +02:00
virtual_machine.cpp Combined hash and fill AES loop (#166) 2019-12-01 16:58:38 +01:00
virtual_machine.hpp fix potential use-after-free when reallocating cache 2020-06-27 20:21:06 +02:00
virtual_memory.c Invalidate CPU I-cache on Apple Silicon 2022-11-30 13:26:20 +01:00
virtual_memory.h Don't use exceptions in low-level mem allocator 2022-05-09 17:28:59 +01:00
vm_compiled.cpp JIT compiler for ARMv8 (#125) 2019-09-22 21:06:22 +02:00
vm_compiled.hpp Optional W^X policy for JIT pages (#112) 2019-08-25 13:47:40 +02:00
vm_compiled_light.cpp Optional W^X policy for JIT pages (#112) 2019-08-25 13:47:40 +02:00
vm_compiled_light.hpp Optional W^X policy for JIT pages (#112) 2019-08-25 13:47:40 +02:00
vm_interpreted.cpp Regression tests (#73) 2019-06-22 15:54:43 +02:00
vm_interpreted.hpp Regression tests (#73) 2019-06-22 15:54:43 +02:00
vm_interpreted_light.cpp Support Dataset size larger than 4 GiB 2019-05-29 17:27:49 +02:00
vm_interpreted_light.hpp Add Dataset prefetch in interpreted VM (#52) 2019-06-10 16:00:04 +02:00