mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-06 23:52:38 -05:00
12 lines
228 B
C
12 lines
228 B
C
#ifndef ARGON2_SSSE3_H
|
|
#define ARGON2_SSSE3_H
|
|
|
|
#include "core.h"
|
|
|
|
void fill_segment_ssse3(const argon2_instance_t *instance,
|
|
argon2_position_t position);
|
|
|
|
int check_ssse3(void);
|
|
|
|
#endif // ARGON2_SSSE3_H
|