pqc/crypto_kem/ledakemlt32/leaktime/utils.h
2019-08-21 21:27:53 +02:00

10 lines
244 B
C

#ifndef UTILS_H
#define UTILS_H
#include <stdint.h>
int PQCLEAN_LEDAKEMLT32_LEAKTIME_gf2x_verify(const DIGIT *a, const DIGIT *b, size_t len);
void PQCLEAN_LEDAKEMLT32_LEAKTIME_cmov(uint8_t *r, const uint8_t *a, size_t len, int cond);
#endif