1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-27 18:01:34 +00:00
pqcrypto/crypto_kem/ntruhps2048509/avx2/cmov.h
2020-08-24 09:47:30 -04:00

11 lines
195 B
C

#ifndef VERIFY_H
#define VERIFY_H
#include "params.h"
#include <stddef.h>
void PQCLEAN_NTRUHPS2048509_AVX2_cmov(unsigned char *r, const unsigned char *x, size_t len, unsigned char b);
#endif