mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 00:18:44 +02:00
Import CMPH 1.0
This will be used for typelib indexing. See README-CMPH-IMPORT.txt for more information.
This commit is contained in:
5
cmph/miller_rabin.h
Normal file
5
cmph/miller_rabin.h
Normal file
@@ -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
|
Reference in New Issue
Block a user