1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-07 07:55:04 -05:00
Files
xmrig/src/3rdparty/argon2/arch/x86_64/lib/argon2-avx2.h

10 lines
218 B
C

#ifndef ARGON2_AVX2_H
#define ARGON2_AVX2_H
#include "core.h"
void xmrig_ar2_fill_segment_avx2(const argon2_instance_t *instance, argon2_position_t position);
int xmrig_ar2_check_avx2(void);
#endif // ARGON2_AVX2_H