10 lines
191 B
C
10 lines
191 B
C
#ifndef POLYMUL_H
|
|
#define POLYMUL_H
|
|
|
|
#include "SABER_params.h"
|
|
#include <stdint.h>
|
|
|
|
void PQCLEAN_SABER_CLEAN_pol_mul(uint16_t *a, uint16_t *b, uint16_t *res, uint16_t p, uint32_t n);
|
|
|
|
#endif
|