Pollard's rho algorithm for computing discrete logs.
[u/mdw/catacomb] / acconfig.h
index 8de2795..a9f3737 100644 (file)
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: acconfig.h,v 1.2 1999/12/10 23:30:08 mdw Exp $
+ * $Id: acconfig.h,v 1.3 2000/06/17 12:57:46 mdw Exp $
  *
  * Configuration header for Catacomb
  *
 /*----- Revision history --------------------------------------------------* 
  *
  * $Log: acconfig.h,v $
+ * Revision 1.3  2000/06/17 12:57:46  mdw
+ * New free counter noise generator, for use if /dev/random is
+ * unavailable.
+ *
  * Revision 1.2  1999/12/10 23:30:08  mdw
  * Change header file guard names.
  *
  * representing time.  (Probably `long'.)  */
 #undef time_t
 
+/* Define if you have working `setitimer' and `sigsetjmp' functions.  This
+ * sill enable the free counter noise generator.  */
+#define USE_FREEWHEEL
+
 @BOTTOM@
 
 /*----- That's all, folks -------------------------------------------------*/