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

10 lines
223 B
C

#ifndef ARGON2_SSSE3_H
#define ARGON2_SSSE3_H
#include "core.h"
void xmrig_ar2_fill_segment_ssse3(const argon2_instance_t *instance, argon2_position_t position);
int xmrig_ar2_check_ssse3(void);
#endif // ARGON2_SSSE3_H