mirror of
https://github.com/xmrig/xmrig.git
synced 2026-06-28 13:42:43 -04:00
Added generic Argon2 implementation (conflicts with RandomX).
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#ifndef ARGON2_XOP_H
|
||||
#define ARGON2_XOP_H
|
||||
|
||||
#include "core.h"
|
||||
|
||||
void fill_segment_xop(const argon2_instance_t *instance,
|
||||
argon2_position_t position);
|
||||
|
||||
int check_xop(void);
|
||||
|
||||
#endif // ARGON2_XOP_H
|
||||
Reference in New Issue
Block a user