Skip to content
Snippets Groups Projects
reduce.h 110 B
Newer Older
ivan.fedorov's avatar
ivan.fedorov committed
#ifndef REDUCE_H
#define REDUCE_H

#include <stdint.h>

uint16_t montgomery_reduce_32_16(uint32_t a);

#endif