pqc/crypto_kem/newhope512cca/clean/reduce.h
Matthias J. Kannwischer d879595da3 add newhope512cca
2019-05-08 17:06:55 +02:00

9 lines
132 B
C

#ifndef REDUCE_H
#define REDUCE_H
#include <stdint.h>
uint16_t PQCLEAN_NEWHOPE512CCA_CLEAN_montgomery_reduce(uint32_t a);
#endif