Does anyone change the algo menu at the front desk?
Can you pm me, make one for me...?
you need change the file in the /var/www root
The menu is already a trivial matter.
Currently testing cnv7,
In a known file
Cn0 is 0x20
CN-lite is 0X22
Some people know what to use Lyra2Z, cnv7
======================================================
#define VARIANT1_PARAMS , const uint tweak1
#define VARIANT1_1(p) \
do \
{ \
uint table = 0x75310U; \
uint index = (((p).s2 >> 26) & 12) | (((p).s2 >> 23) & 2); \
(p).s2 ^= ((table >> index) & 0x30U) << 24; \
} while(0)
#define VARIANT1_2(p) \
(p) ^= tweak1_2
#define VARIANT1_INIT() \
uint2 tweak1_2; \
tweak1_2.s0 = tweak1; \
tweak1_2.s1 = get_global_id(0); \
tweak1_2 ^= as_uint2(states[24]);