REDACTED-rig/src/3rdparty/argon2/arch/x86_64/lib/argon2-sse2.h

11 lines
222 B
C

#ifndef ARGON2_SSE2_H
#define ARGON2_SSE2_H
#include "core.h"
void fill_segment_sse2(const argon2_instance_t *instance,
argon2_position_t position);
int check_sse2(void);
#endif // ARGON2_SSE2_H