9 lines
213 B
C
9 lines
213 B
C
#ifndef ARGON2_XOP_H
|
|
#define ARGON2_XOP_H
|
|
|
|
#include "core.h"
|
|
|
|
void xmrig_ar2_fill_segment_xop(const argon2_instance_t *instance, argon2_position_t position);
|
|
int xmrig_ar2_check_xop(void);
|
|
|
|
#endif // ARGON2_XOP_H
|