summaryrefslogtreecommitdiff
path: root/girepository/cmph/miller_rabin.h
diff options
context:
space:
mode:
Diffstat (limited to 'girepository/cmph/miller_rabin.h')
-rw-r--r--girepository/cmph/miller_rabin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/girepository/cmph/miller_rabin.h b/girepository/cmph/miller_rabin.h
new file mode 100644
index 00000000..42dc6ce5
--- /dev/null
+++ b/girepository/cmph/miller_rabin.h
@@ -0,0 +1,5 @@
+#ifndef _CMPH_MILLER_RABIN_H__
+#define _CMPH_MILLER_RABIN_H__
+#include "cmph_types.h"
+cmph_uint8 check_primality(cmph_uint64 n);
+#endif