Integrated Argon2id/chukwa algo

This commit is contained in:
Ben Gräf 2019-07-18 21:47:06 +02:00
parent 26741d686c
commit 51587ee38b
157 changed files with 10326 additions and 153 deletions

View file

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