REDACTED-rig/src/crypto/cn
Jim Huang b665d2d865 Adopt new SSE2NEON and reduce ARM-specific changes
This patch updated SSE2NEON [1], which contains more functions
provided by Intel intrinsics, only implemented with NEON-based
counterparts to produce the exact semantics of the intrinsics.
Consequently, ARM-specific changes against CryptoNight_arm can
be reduced as well.

[1] https://github.com/DLTcollab/sse2neon/
2020-07-11 01:55:11 +08:00
..
asm Merge branch 'dev' into feature-opencl 2019-08-30 16:47:51 +07:00
r Move files. 2020-03-09 01:22:34 +07:00
c_blake256.c Move files. 2019-06-04 19:20:33 +07:00
c_blake256.h Move files. 2019-06-04 19:20:33 +07:00
c_groestl.c Move files. 2019-06-04 19:20:33 +07:00
c_groestl.h Move files. 2019-06-04 19:20:33 +07:00
c_jh.c Fixed GCC 10.1 issues 2020-06-07 16:23:17 +02:00
c_jh.h Move files. 2019-06-04 19:20:33 +07:00
c_skein.c Move files. 2019-06-04 19:20:33 +07:00
c_skein.h Move files. 2019-06-04 19:20:33 +07:00
CnAlgo.h Conceal (CCX) support 2020-06-07 01:01:45 +02:00
CnCtx.cpp Move files. 2020-03-09 01:22:34 +07:00
CnCtx.h Move files. 2020-03-09 01:22:34 +07:00
CnHash.cpp Conceal (CCX) support 2020-06-07 01:01:45 +02:00
CnHash.h Move CnAlgo 2020-04-23 12:34:26 +07:00
CryptoNight.h Implemented new style algorithm definitions (except ARM), removed Algo and Variant enums. 2019-06-13 22:08:52 +07:00
CryptoNight_arm.h Adopt new SSE2NEON and reduce ARM-specific changes 2020-07-11 01:55:11 +08:00
CryptoNight_monero.h Conceal (CCX) support 2020-06-07 01:01:45 +02:00
CryptoNight_test.h Conceal (CCX) support 2020-06-07 01:01:45 +02:00
CryptoNight_x86.h Conceal (CCX) support 2020-06-07 01:01:45 +02:00
groestl_tables.h Move files. 2019-06-04 19:20:33 +07:00
hash.h Move files. 2019-06-04 19:20:33 +07:00
skein_port.h Move files. 2019-06-04 19:20:33 +07:00
soft_aes.h Adopt new SSE2NEON and reduce ARM-specific changes 2020-07-11 01:55:11 +08:00
sse2neon.h Adopt new SSE2NEON and reduce ARM-specific changes 2020-07-11 01:55:11 +08:00