Added generic Argon2 implementation (conflicts with RandomX).

This commit is contained in:
XMRig
2019-08-16 00:31:29 +07:00
parent b55b97ff8f
commit faf18262eb
53 changed files with 5140 additions and 126 deletions

View File

@@ -0,0 +1,11 @@
#ifndef ARGON2_AVX2_H
#define ARGON2_AVX2_H
#include "core.h"
void fill_segment_avx2(const argon2_instance_t *instance,
argon2_position_t position);
int check_avx2(void);
#endif // ARGON2_AVX2_H