]> git.saurik.com Git - apple/security.git/blobdiff - Security/libsecurity_cryptkit/lib/CurveParamDocs/fmodule.h
Security-57336.1.9.tar.gz
[apple/security.git] / Security / libsecurity_cryptkit / lib / CurveParamDocs / fmodule.h
diff --git a/Security/libsecurity_cryptkit/lib/CurveParamDocs/fmodule.h b/Security/libsecurity_cryptkit/lib/CurveParamDocs/fmodule.h
deleted file mode 100644 (file)
index 3607081..0000000
+++ /dev/null
@@ -1,36 +0,0 @@
-/**************************************************************
- *
- *     fmodule.h
- *
- *     Header file for fmodule.c.
- *
- *     Updates:
- *             13 Apr 98   REC - creation
- *
- *     c. 1998 Perfectly Scientific, Inc.
- *     All Rights Reserved.
- *
- *
- *************************************************************/
-
-#define GENERAL_MOD 0
-#define FERMAT_MOD 1
-#define MERSENNE_MOD (-1)
-
-int
-init_fmodule(int shorts);
-
-void
-s_modg(
-       giant           N,
-       giant           t
-);
-
-unsigned short *
-prime_list();
-
-unsigned short *
-exponent_list();
-
-int
-sieve(giant N, int sievelim);