1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 16:08:59 +00:00
pqcrypto/crypto_kem/ntruhrss701/clean/cmov.h

11 lines
193 B
C
Raw Normal View History

#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