pqc/crypto_kem/newhope512cpa/clean/reduce.h
Matthias J. Kannwischer 4f4ed3cc8b add newhope512cpa
2019-05-08 17:33:08 +02:00

9 lines
132 B
C

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