summaryrefslogtreecommitdiff
path: root/girepository/cmph/miller_rabin.h
blob: 42dc6ce5e904a81606e7186e4d6036ff0b4091da (plain)
1
2
3
4
5
#ifndef _CMPH_MILLER_RABIN_H__ 
#define _CMPH_MILLER_RABIN_H__ 
#include "cmph_types.h"
cmph_uint8 check_primality(cmph_uint64 n);
#endif