1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 00:15:04 -05:00

Add prefixes to argon2 to avoid potential conflicts with other implementations.

This commit is contained in:
XMRig
2020-05-04 18:09:34 +07:00
parent b34e3e1a7b
commit 4326ba3c38
20 changed files with 134 additions and 207 deletions

View File

@@ -3,9 +3,7 @@
#include "core.h"
void fill_segment_avx512f(const argon2_instance_t *instance,
argon2_position_t position);
int check_avx512f(void);
void xmrig_ar2_fill_segment_avx512f(const argon2_instance_t *instance, argon2_position_t position);
int xmrig_ar2_check_avx512f(void);
#endif // ARGON2_AVX512F_H