pqc/crypto_kem/lightsaber/clean/poly_mul.h
Matthias J. Kannwischer 8539bd8684 add lightsaber
2019-06-24 09:14:24 +02:00

10 lines
208 B
C

#ifndef POLYMUL_H
#define POLYMUL_H
#include "SABER_params.h"
#include <stdint.h>
void PQCLEAN_LIGHTSABER_CLEAN_pol_mul(const uint16_t *a, const uint16_t *b, uint16_t *res, uint16_t p, uint32_t n);
#endif