summaryrefslogtreecommitdiffstats
path: root/pszip.h
diff options
context:
space:
mode:
Diffstat (limited to 'pszip.h')
-rw-r--r--pszip.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pszip.h b/pszip.h
new file mode 100644
index 0000000..9d07e49
--- /dev/null
+++ b/pszip.h
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <gmp.h>
+
+void pszip_iterate_bithack01(mpz_t, const mpz_t);