1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 07:59:01 +00:00
pqcrypto/crypto_kem/ntruhrss701/avx2/cmov.h
2021-03-24 21:02:46 +00:00

11 lines
192 B
C

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