1
Fork 0
turbonss/src/miller_rabin.h

6 lines
138 B
C
Raw Normal View History

#ifndef _CMPH_MILLER_RABIN_H__
#define _CMPH_MILLER_RABIN_H__
#include "cmph_types.h"
cmph_uint8 check_primality(cmph_uint64 n);
#endif