11 lines
193 B
C
11 lines
193 B
C
#ifndef VERIFY_H
|
|
#define VERIFY_H
|
|
|
|
#include "params.h"
|
|
|
|
#include <stddef.h>
|
|
|
|
void PQCLEAN_NTRUHRSS701_CLEAN_cmov(unsigned char *r, const unsigned char *x, size_t len, unsigned char b);
|
|
|
|
#endif
|