11 lines
216 B
C
11 lines
216 B
C
#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
|