1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-23 16:08:59 +00:00
pqcrypto/crypto_kem/newhope1024cpa/clean/reduce.h
Matthias J. Kannwischer 75015226a2 add newhope1024cpa
2019-05-08 17:38:41 +02:00

9 lines
133 B
C

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